Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index e0e22383bbe193491e3e7a7024db5200cda32d55..6b751653e9b80974731bc17539d652d951e323a0 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -83,7 +83,7 @@ public: |
virtual void detach(FrameDetachType); |
void detachChildren(); |
- virtual void disconnectOwnerElement(); |
+ void disconnectOwnerElement(); |
virtual bool shouldClose() = 0; |
FrameClient* client() const; |