| 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 06264de160c50d1d4d6d205d23689ea5ee7902b1..7bc00ff02810046fd6dd5db06bf805eb27875c33 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -217,7 +217,7 @@ public:
|
| BLINK_EXPORT void appendChild(WebFrame*);
|
|
|
| // Removes the given child from this frame.
|
| - virtual void removeChild(WebFrame*);
|
| + BLINK_EXPORT void removeChild(WebFrame*);
|
|
|
| // Returns the parent frame or 0 if this is a top-most frame.
|
| BLINK_EXPORT WebFrame* parent() const;
|
|
|