summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Navigator.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Navigator.idl')
-rw-r--r--WebCore/page/Navigator.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/page/Navigator.idl b/WebCore/page/Navigator.idl
index 80ef4fb..8048ff3 100644
--- a/WebCore/page/Navigator.idl
+++ b/WebCore/page/Navigator.idl
@@ -42,10 +42,6 @@ module window {
#if defined(ENABLE_GEOLOCATION) && ENABLE_GEOLOCATION
readonly attribute Geolocation geolocation;
#endif
-
-#if defined(ENABLE_DOM_STORAGE) && ENABLE_DOM_STORAGE
- void getStorageUpdates();
-#endif
};
}