Skip to content

Commit

Permalink
another followup. Update wpt tests to not expect navigator.taintEnabl…
Browse files Browse the repository at this point in the history
…ed() in workers, because we still have a CLOSED TREE

Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1154878
  • Loading branch information
bzbarsky authored and jgraham committed Apr 22, 2015
1 parent ae34ff3 commit e8b3b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workers/interfaces.idl
Expand Up @@ -96,7 +96,6 @@ interface NavigatorID {
readonly attribute DOMString appVersion;
readonly attribute DOMString platform;
readonly attribute DOMString product; // constant "Gecko"
boolean taintEnabled(); // constant false
readonly attribute DOMString userAgent;
};

Expand Down

0 comments on commit e8b3b15

Please sign in to comment.