Index: WebKit/chromium/public/platform/WebKitPlatformSupport.h |
=================================================================== |
--- WebKit/chromium/public/platform/WebKitPlatformSupport.h (revision 113961) |
+++ WebKit/chromium/public/platform/WebKitPlatformSupport.h (working copy) |
@@ -92,7 +92,7 @@ |
// Return a LocalStorage namespace that corresponds to the following path. |
virtual WebStorageNamespace* createLocalStorageNamespace(const WebString& path, unsigned quota) { return 0; } |
- // Called when storage events fire. |
+ // DEPRECATED |
virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, |
const WebString& newValue, const WebString& origin, |
const WebURL& url, bool isLocalStorage) { } |