Expose interfaces only where they should be. #12415

This commit is contained in:
tim 2017-01-24 23:31:23 +01:00 committed by montrivo
parent 39b4f19ebb
commit 5f31c178b6
6 changed files with 5 additions and 10 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/#pluginarray
[LegacyUnenumerableNamedProperties, Exposed=(Window,Worker)]
[LegacyUnenumerableNamedProperties, Exposed=Window]
interface PluginArray {
void refresh(optional boolean reload = false);
readonly attribute unsigned long length;