Move FocusEvent into the right list of exposed interfaces.

This commit is contained in:
Josh Matthews 2016-04-29 13:32:24 -04:00
parent a03fc5e2fd
commit 2a9bf70f03

View file

@ -22,7 +22,6 @@ var ecmaGlobals = [
"EvalError",
"Float32Array",
"Float64Array",
"FocusEvent",
"Function",
"Infinity",
"Int16Array",
@ -105,6 +104,7 @@ var interfaceNamesInGlobalScope = [
"File",
"FileList",
"FileReader",
"FocusEvent",
"FormData",
"HTMLAnchorElement",
"HTMLAppletElement",