Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index 050a43ebee76a09cb66b9910cc3e7a560457e138..4f71c7f91ebacc49182b936abd3c8bebc3975e99 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -114,6 +114,8 @@ public: |
virtual bool isWebRemoteFrame() const = 0; |
virtual WebRemoteFrame* toWebRemoteFrame() = 0; |
+ BLINK_EXPORT void swap(WebFrame*); |
+ |
// This method closes and deletes the WebFrame. |
virtual void close() = 0; |