diff options
author | Johann Hofmann <mail@johann-hofmann.com> | 2016-07-15 11:17:30 +0200 |
---|---|---|
committer | Johann Hofmann <mail@johann-hofmann.com> | 2016-07-19 12:43:16 +0200 |
commit | bad529a0f702944af2ee9e5da2b940ba356a767d (patch) | |
tree | c3f0fec124ea3bb67c8452647e0db272b14a63f2 /components/script/dom/webidls/WorkerLocation.webidl | |
parent | 6bb5d0e8468797e057ce0f38f09338042823dd88 (diff) | |
download | servo-bad529a0f702944af2ee9e5da2b940ba356a767d.tar.gz servo-bad529a0f702944af2ee9e5da2b940ba356a767d.zip |
Expose Worker interfaces only to Worker
See #12415.
Diffstat (limited to 'components/script/dom/webidls/WorkerLocation.webidl')
-rw-r--r-- | components/script/dom/webidls/WorkerLocation.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/WorkerLocation.webidl b/components/script/dom/webidls/WorkerLocation.webidl index 797956aca26..e4c410f720a 100644 --- a/components/script/dom/webidls/WorkerLocation.webidl +++ b/components/script/dom/webidls/WorkerLocation.webidl @@ -3,7 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#worker-locations -[Exposed=(Window,Worker)] +[Exposed=Worker] interface WorkerLocation { /*stringifier*/ readonly attribute USVString href; // readonly attribute USVString origin; |