| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 46d62129998e23acd9fde95d95af9b3ff4ee87d3..b8f9f97319e909c8483e7b0d7e3a30fd2ba6b761 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -115,7 +115,7 @@ public:
|
| virtual bool isWebRemoteFrame() const = 0;
|
| virtual WebRemoteFrame* toWebRemoteFrame() = 0;
|
|
|
| - BLINK_EXPORT void swap(WebFrame*);
|
| + BLINK_EXPORT bool swap(WebFrame*);
|
|
|
| // This method closes and deletes the WebFrame.
|
| virtual void close() = 0;
|
|
|