Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestTraceWrapperReferences.idl

Issue 1876383003: Introduce infrastructure for tracing ScriptWrappables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert to traceActiveScriptWrappables - C++ is happier Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
};

Powered by Google App Engine
This is Rietveld 408576698