Commit 5a5544ba authored by mrowe@apple.com's avatar mrowe@apple.com

Fix the Windows DRT build.

* DumpRenderTree/win/PolicyDelegate.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@42775 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 77e2f8c7
2009-04-23 Mark Rowe <mrowe@apple.com>
Fix the Windows DRT build.
* DumpRenderTree/win/PolicyDelegate.h:
2009-04-23 Brady Eidson <beidson@apple.com> 2009-04-23 Brady Eidson <beidson@apple.com>
Fix Windows DRT build. Fix Windows DRT build.
......
...@@ -67,7 +67,7 @@ public: ...@@ -67,7 +67,7 @@ public:
virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError( virtual HRESULT STDMETHODCALLTYPE unableToImplementPolicyWithError(
/* [in] */ IWebView *webView, /* [in] */ IWebView *webView,
/* [in] */ IWebError *error, /* [in] */ IWebError *error,
/* [in] */ IWebFrame *frame) /* [in] */ IWebFrame *frame);
// PolicyDelegate // PolicyDelegate
void setPermissive(bool permissive) { m_permissiveDelegate = permissive; } void setPermissive(bool permissive) { m_permissiveDelegate = permissive; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment