Chromium Code Reviews

Unified Diff: Source/core/workers/WorkerNavigator.idl

Issue 177073004: Oilpan: move core/workers to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/workers/WorkerNavigator.idl
diff --git a/Source/core/workers/WorkerNavigator.idl b/Source/core/workers/WorkerNavigator.idl
index 3debfca937bab15eec925f6003c9842da139d8ca..b62d74d398f154af1093638203a281925f742b6f 100644
--- a/Source/core/workers/WorkerNavigator.idl
+++ b/Source/core/workers/WorkerNavigator.idl
@@ -27,7 +27,8 @@
*/
[
- GlobalContext=WorkerGlobalScope
+ GlobalContext=WorkerGlobalScope,
+ WillBeGarbageCollected
] interface WorkerNavigator {
};

Powered by Google App Engine