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 c27570a72ef1f49edeb11330c537e98f16145fa1..a286e03292b0f8d8d12b80a7785b4078012bbd93 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -254,7 +254,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(); |