| Index: Source/core/frame/NavigatorID.idl
|
| diff --git a/Source/core/frame/NavigatorID.idl b/Source/core/frame/NavigatorID.idl
|
| index 77aa8ad76c31dc4df2159f55fac158ba63214c24..df7f51a31fbebe7334e9979d94977da0d1731afe 100644
|
| --- a/Source/core/frame/NavigatorID.idl
|
| +++ b/Source/core/frame/NavigatorID.idl
|
| @@ -35,7 +35,7 @@
|
| Exposed=(Window,Worker),
|
| ] interface NavigatorID {
|
| readonly attribute DOMString appCodeName; // constant "Mozilla"
|
| - readonly attribute DOMString appName;
|
| + readonly attribute DOMString appName; // constant "Netscape"
|
| readonly attribute DOMString appVersion;
|
| readonly attribute DOMString platform;
|
| readonly attribute DOMString product; // constant "Gecko"
|
|
|