Index: Source/core/page/Navigator.idl |
diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl |
index 79f322d89f4804ae2c076cb5d5e6e72de0516659..546e3e0f809afefcadd57732c097393e03158aaa 100644 |
--- a/Source/core/page/Navigator.idl |
+++ b/Source/core/page/Navigator.idl |
@@ -18,11 +18,9 @@ |
*/ |
interface Navigator { |
- readonly attribute DOMString appCodeName; |
readonly attribute DOMString language; |
readonly attribute PluginArray plugins; |
readonly attribute MimeTypeArray mimeTypes; |
- readonly attribute DOMString product; |
readonly attribute boolean cookieEnabled; |
boolean javaEnabled(); |