Index: core/frame/NavigatorID.idl |
diff --git a/core/frame/NavigatorID.idl b/core/frame/NavigatorID.idl |
index 0cbd745596000fde6da7bb751dd5297c5c558772..406863eb3ef93f22b45b061d036092e8199b84b7 100644 |
--- a/core/frame/NavigatorID.idl |
+++ b/core/frame/NavigatorID.idl |
@@ -28,16 +28,19 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-// http://www.whatwg.org/specs/web-apps/current-work/#navigatorid |
+// https://html.spec.whatwg.org/#client-identification |
[ |
NoInterfaceObject, // Always used on target of 'implements' |
+ Exposed=(Window,Worker), |
] interface NavigatorID { |
readonly attribute DOMString appCodeName; // constant "Mozilla" |
readonly attribute DOMString appName; |
readonly attribute DOMString appVersion; |
readonly attribute DOMString platform; |
readonly attribute DOMString product; // constant "Gecko" |
+ // https://www.w3.org/Bugs/Public/show_bug.cgi?id=22555 |
+ // boolean taintEnabled(); // constant false |
readonly attribute DOMString userAgent; |
readonly attribute boolean dartEnabled; |