mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Change CefFrame::GetName() to return assigned name if it is non-empty before returning unique name (issue #2403)
This commit is contained in:
committed by
Marshall Greenblatt
parent
3018e1866b
commit
e312a35ef3
@ -17,7 +17,7 @@ class WebLocalFrame;
|
||||
namespace render_frame_util {
|
||||
|
||||
int64_t GetIdentifier(blink::WebLocalFrame* frame);
|
||||
std::string GetUniqueName(blink::WebLocalFrame* frame);
|
||||
std::string GetName(blink::WebLocalFrame* frame);
|
||||
|
||||
} // namespace render_frame_util
|
||||
|
||||
|
Reference in New Issue
Block a user