Expose Worker interfaces only to Worker

See #12415.
This commit is contained in:
Johann Hofmann 2016-07-15 11:17:30 +02:00
parent 6bb5d0e846
commit bad529a0f7
No known key found for this signature in database
GPG key ID: 15DD943556C9CC16
6 changed files with 7 additions and 18 deletions

View file

@ -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;