From e8b3b15a6a083eea325d0b1ebda24d6526f7965b Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 22 Apr 2015 08:55:30 +0100 Subject: [PATCH] another followup. Update wpt tests to not expect navigator.taintEnabled() in workers, because we still have a CLOSED TREE Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1154878 --- workers/interfaces.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/workers/interfaces.idl b/workers/interfaces.idl index 5bfd28835257df..7b30ba563013a8 100644 --- a/workers/interfaces.idl +++ b/workers/interfaces.idl @@ -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; };