Index: Source/WebCore/loader/EmptyClients.h |
=================================================================== |
--- Source/WebCore/loader/EmptyClients.h (revision 85996) |
+++ Source/WebCore/loader/EmptyClients.h (working copy) |
@@ -89,6 +89,7 @@ |
virtual ~EmptyChromeClient() { } |
virtual void chromeDestroyed() { } |
+ virtual void* webView() const { return 0; } |
virtual void setWindowRect(const FloatRect&) { } |
virtual FloatRect windowRect() { return FloatRect(); } |