diff options
Diffstat (limited to 'webkit/api/src/StorageEventDispatcherImpl.h')
-rw-r--r-- | webkit/api/src/StorageEventDispatcherImpl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/api/src/StorageEventDispatcherImpl.h b/webkit/api/src/StorageEventDispatcherImpl.h index e0f57e2..08700ed 100644 --- a/webkit/api/src/StorageEventDispatcherImpl.h +++ b/webkit/api/src/StorageEventDispatcherImpl.h @@ -38,6 +38,7 @@ namespace WebCore { + class KURL; class PageGroup; class SecurityOrigin; @@ -46,8 +47,8 @@ namespace WebCore { StorageEventDispatcherImpl(const String& groupName); void dispatchStorageEvent(const String& key, const String& oldValue, - const String& newValue, StorageType, - SecurityOrigin*); + const String& newValue, SecurityOrigin*, + const KURL&, StorageType); private: PageGroup* m_pageGroup; |