Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestTraceWrapperReferences.idl |
| diff --git a/content/test/data/service_worker/fetch_event_respond_with_fetch.js b/third_party/WebKit/Source/bindings/tests/idls/core/TestTraceWrapperReferences.idl |
| similarity index 58% |
| copy from content/test/data/service_worker/fetch_event_respond_with_fetch.js |
| copy to third_party/WebKit/Source/bindings/tests/idls/core/TestTraceWrapperReferences.idl |
| index df76d0a094fd0d876c78cc9f327df6e213e056c2..e159eab3410a0d9fc66c51dd82253d6dcef59db5 100644 |
| --- a/content/test/data/service_worker/fetch_event_respond_with_fetch.js |
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestTraceWrapperReferences.idl |
| @@ -2,6 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -this.onfetch = function(event) { |
| - event.respondWith(fetch(event.request)); |
| +[ |
| + TraceWrapperReferences=(firstChild,nextSibling,prevSibling,parent) |
|
haraken
2016/04/18 04:35:42
Nit: Can you add [TraceWrapperReferences] to some
Marcel Hlopko
2016/04/18 11:45:35
Done.
|
| +] interface TestTraceWrapperReferences : Node { |
| }; |