| Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.html b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.html
|
| index cc4e7f20392cfac58a6d9d65e1e2f7c0c0a8df6a..55e752f2630877184cecee79cbea3f4ed0d26a44 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.html
|
| @@ -21,8 +21,8 @@ setup(function() {
|
| var idls = request.responseText;
|
|
|
| idlArray.add_untested_idls("[PrimaryGlobal] interface Window { };");
|
| - idlArray.add_untested_idls("interface Event { };");
|
| - idlArray.add_untested_idls("interface EventTarget { };");
|
| + idlArray.add_untested_idls("[Exposed=(Window,Worker)] interface Event { };");
|
| + idlArray.add_untested_idls("[Exposed=(Window,Worker)] interface EventTarget { };");
|
|
|
| // From Indexed DB:
|
| idlArray.add_idls(idls);
|
|
|