Index: third_party/WebKit/Source/core/frame/Navigator.cpp |
diff --git a/third_party/WebKit/Source/core/frame/Navigator.cpp b/third_party/WebKit/Source/core/frame/Navigator.cpp |
index 379afd2aa0c1da73bf716299c8011b7aff5389da..fcf0089294a000798d612704c9def966a6872c6c 100644 |
--- a/third_party/WebKit/Source/core/frame/Navigator.cpp |
+++ b/third_party/WebKit/Source/core/frame/Navigator.cpp |
@@ -85,11 +85,6 @@ bool Navigator::cookieEnabled() const |
return cookiesEnabled(m_frame->document()); |
} |
-void Navigator::getStorageUpdates() |
-{ |
- // FIXME: Remove this method or rename to yieldForStorageUpdates. |
-} |
- |
Vector<String> Navigator::languages() |
{ |
Vector<String> languages; |