diff options
Diffstat (limited to 'WebCore/page/DOMWindow.h')
-rw-r--r-- | WebCore/page/DOMWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/page/DOMWindow.h b/WebCore/page/DOMWindow.h index beb2f7d..69d7428 100644 --- a/WebCore/page/DOMWindow.h +++ b/WebCore/page/DOMWindow.h @@ -228,6 +228,8 @@ namespace WebCore { NotificationCenter* webkitNotifications() const; #endif + void pageDestroyed(); + #if ENABLE(INDEXED_DATABASE) IndexedDatabaseRequest* indexedDB() const; #endif |