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", "EvalError",
"Float32Array", "Float32Array",
"Float64Array", "Float64Array",
"FocusEvent",
"Function", "Function",
"Infinity", "Infinity",
"Int16Array", "Int16Array",
@ -105,6 +104,7 @@ var interfaceNamesInGlobalScope = [
"File", "File",
"FileList", "FileList",
"FileReader", "FileReader",
"FocusEvent",
"FormData", "FormData",
"HTMLAnchorElement", "HTMLAnchorElement",
"HTMLAppletElement", "HTMLAppletElement",