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

Unified Diff: third_party/WebKit/Source/core/testing/WorkerInternals.idl

Issue 2764293002: Add LayoutTests for the fixed multithread GC bug of ServiceWorker Navigation Preload (Closed)
Patch Set: incorporated falken's comment Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/core/testing/WorkerInternals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/WorkerInternals.idl
diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.idl b/third_party/WebKit/Source/core/testing/WorkerInternals.idl
index 7db9eff46eda5451d922d38666d740c1859e8cf4..a49c02ef3cd1ba5c68a30c39be2800f6de62cf95 100644
--- a/third_party/WebKit/Source/core/testing/WorkerInternals.idl
+++ b/third_party/WebKit/Source/core/testing/WorkerInternals.idl
@@ -9,4 +9,6 @@ interface WorkerInternals {
// values from the UseCounter::Feature enum.
[CallWith=ScriptState] void countFeature(unsigned long feature);
[CallWith=ScriptState] void countDeprecation(unsigned long feature);
+
+ [CallWith=ScriptState] void collectGarbage();
};
« no previous file with comments | « third_party/WebKit/Source/core/testing/WorkerInternals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698