| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 303f7c44348c76ad3288656f85c201ceefde96f1..6de38fb7c841f6c022456acfe725efc220012c78 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -205,6 +205,7 @@ public:
|
| virtual bool isActive() const;
|
| virtual void setIsActive(bool value);
|
| virtual void setDomainRelaxationForbidden(bool, const WebString& scheme);
|
| + virtual void setWindowFeatures(const WebWindowFeatures&);
|
| virtual bool dispatchBeforeUnloadEvent();
|
| virtual void dispatchUnloadEvent();
|
| virtual WebFrame* mainFrame();
|
|
|