| Index: Source/core/frame/NavigatorID.idl
|
| diff --git a/Source/core/frame/NavigatorID.idl b/Source/core/frame/NavigatorID.idl
|
| index a23bcb12a76730462cfc201830dc60dcc033e4c1..77aa8ad76c31dc4df2159f55fac158ba63214c24 100644
|
| --- a/Source/core/frame/NavigatorID.idl
|
| +++ b/Source/core/frame/NavigatorID.idl
|
| @@ -28,15 +28,18 @@
|
| * 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;
|
| };
|
|
|