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 9687c43c8c446634a741841529e58539427bfb8c..f555d5571277b9042125351198fda0c558874dee 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -260,7 +260,7 @@ public: |
void replaceSelection(const WebString&) override; |
// WebFrameImplBase methods: |
- void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName) override; |
+ void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName, const AtomicString& uniqueName) override; |
LocalFrame* frame() const override { return m_frame.get(); } |
void willBeDetached(); |