Index: Source/core/page/Navigator.idl |
diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl |
index 0c3e09da8eacdf481d25a86b0abd4e2f7c7a3e57..30ec77e30ca80017800c1eef7750c37291a26966 100644 |
--- a/Source/core/page/Navigator.idl |
+++ b/Source/core/page/Navigator.idl |
@@ -19,11 +19,7 @@ |
interface Navigator { |
readonly attribute DOMString appCodeName; |
- readonly attribute DOMString appName; |
- readonly attribute DOMString appVersion; |
readonly attribute DOMString language; |
- readonly attribute DOMString userAgent; |
- readonly attribute DOMString platform; |
readonly attribute PluginArray plugins; |
readonly attribute MimeTypeArray mimeTypes; |
readonly attribute DOMString product; |
@@ -38,3 +34,4 @@ interface Navigator { |
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates. |
}; |
+Navigator implements NavigatorID; |