| Index: Source/core/page/Navigator.idl
|
| diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl
|
| index ad2bb5c67a42a96b19e0d43eb1997b2b6189ac57..0c3e09da8eacdf481d25a86b0abd4e2f7c7a3e57 100644
|
| --- a/Source/core/page/Navigator.idl
|
| +++ b/Source/core/page/Navigator.idl
|
| @@ -24,8 +24,8 @@ interface Navigator {
|
| readonly attribute DOMString language;
|
| readonly attribute DOMString userAgent;
|
| readonly attribute DOMString platform;
|
| - readonly attribute DOMPluginArray plugins;
|
| - readonly attribute DOMMimeTypeArray mimeTypes;
|
| + readonly attribute PluginArray plugins;
|
| + readonly attribute MimeTypeArray mimeTypes;
|
| readonly attribute DOMString product;
|
| readonly attribute DOMString productSub;
|
| readonly attribute DOMString vendor;
|
|
|