Index: Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h |
=================================================================== |
--- Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h (revision 117067) |
+++ Source/WebKit/chromium/public/platform/WebKitPlatformSupport.h (working copy) |
@@ -88,7 +88,12 @@ |
// Return a LocalStorage namespace that corresponds to the following path. |
virtual WebStorageNamespace* createLocalStorageNamespace(const WebString& path, unsigned quota) { return 0; } |
+ // DEPRECATED |
+ virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, |
+ const WebString& newValue, const WebString& origin, |
+ const WebURL& url, bool isLocalStorage) { } |
+ |
// HTML5 Database ------------------------------------------------------ |
#ifdef WIN32 |