Index: Source/core/page/Navigator.idl |
diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl |
index 0c3e09da8eacdf481d25a86b0abd4e2f7c7a3e57..c530bce6a633715ae3677db3ed60b89f314ba194 100644 |
--- a/Source/core/page/Navigator.idl |
+++ b/Source/core/page/Navigator.idl |
@@ -33,8 +33,7 @@ interface Navigator { |
readonly attribute boolean cookieEnabled; |
boolean javaEnabled(); |
- readonly attribute boolean onLine; |
- |
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates. |
}; |
+Navigator implements NavigatorOnLine; |