aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/PluginArray.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/PluginArray.webidl')
-rw-r--r--components/script/dom/webidls/PluginArray.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/PluginArray.webidl b/components/script/dom/webidls/PluginArray.webidl
index 09883cbfad4..53abc12b027 100644
--- a/components/script/dom/webidls/PluginArray.webidl
+++ b/components/script/dom/webidls/PluginArray.webidl
@@ -5,7 +5,7 @@
// https://html.spec.whatwg.org/multipage/#pluginarray
[LegacyUnenumerableNamedProperties, Exposed=Window]
interface PluginArray {
- void refresh(optional boolean reload = false);
+ undefined refresh(optional boolean reload = false);
readonly attribute unsigned long length;
getter Plugin? item(unsigned long index);
getter Plugin? namedItem(DOMString name);