Index: third_party/WebKit/public/web/WebFrame.h |
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h |
index 438808377bdedc3727e18aaa40c89997543ba52b..cef0b45ef051dbee230da52c8da047e6bab30c11 100644 |
--- a/third_party/WebKit/public/web/WebFrame.h |
+++ b/third_party/WebKit/public/web/WebFrame.h |
@@ -203,7 +203,7 @@ public: |
BLINK_EXPORT WebFrame* opener() const; |
// Sets the frame that opened this one or 0 if there is none. |
- virtual void setOpener(WebFrame*); |
+ BLINK_EXPORT void setOpener(WebFrame*); |
// Reset the frame that opened this frame to 0. |
// This is executed between layout tests runs |