| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 24527c8afb46f3ea7317138648515a7745417f1a..07c908445d3f1fb9548dcdb93ab6c9867188e2b6 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -187,6 +187,7 @@ public:
|
| virtual void setIsActive(bool value) OVERRIDE;
|
| virtual void setDomainRelaxationForbidden(bool, const WebString& scheme) OVERRIDE;
|
| virtual void setWindowFeatures(const WebWindowFeatures&) OVERRIDE;
|
| + virtual void setOpenedByDOM() OVERRIDE;
|
| virtual WebFrame* mainFrame() OVERRIDE;
|
| virtual WebFrame* findFrameByName(
|
| const WebString& name, WebFrame* relativeToFrame) OVERRIDE;
|
|
|