Expose interfaces only where they should be. #12415 - Partial

This commit is contained in:
montrivo 2017-01-29 01:23:28 +01:00
parent cd0a6b98f4
commit d5c6c24d2a
7 changed files with 8 additions and 10 deletions

View file

@ -9,7 +9,6 @@ importScripts("interfaces.js");
test_interfaces([
"Blob",
"CloseEvent",
"CSSStyleDeclaration",
"DOMMatrix",
"DOMMatrixReadOnly",
"DOMPoint",
@ -38,7 +37,6 @@ test_interfaces([
"ProgressEvent",
"Request",
"Response",
"Screen",
"Storage",
"StorageEvent",
"TextDecoder",