| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index e00e9b187f8bdf67a4767c89078632d7d7c44ea5..39c99ba40d65aaea3ac5c569c553c0dd8b62bf2b 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -258,7 +258,7 @@ public:
|
| void setTickmarks(const WebVector<WebRect>&) override;
|
|
|
| // WebFrameImplBase methods:
|
| - void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName) override;
|
| + void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& uniqueName) override;
|
| LocalFrame* frame() const override { return m_frame.get(); }
|
|
|
| void willBeDetached();
|
|
|