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

Unified Diff: Source/heap/ThreadState.h

Issue 178663004: Oilpan: move WorkerGlobalScope to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use transition macro WILL_BE_USING_GARBAGE_COLLECTED_MIXIN Created 6 years, 10 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: Source/heap/ThreadState.h
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h
index 80a80afe0c7dd4e3b7a1547342d8a6e4088875f3..4dab95d039e96b9fc493093bb98959ecbf804613 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -550,6 +550,7 @@ public:
USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
USED_FROM_MULTIPLE_THREADS(DOMURL);
+USED_FROM_MULTIPLE_THREADS(DedicatedWorkerGlobalScope);
USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota);
USED_FROM_MULTIPLE_THREADS(Event);
USED_FROM_MULTIPLE_THREADS(EventSource);
@@ -567,12 +568,23 @@ USED_FROM_MULTIPLE_THREADS(PerformanceMark);
USED_FROM_MULTIPLE_THREADS(PerformanceNavigation);
USED_FROM_MULTIPLE_THREADS(PerformanceResourceTiming);
USED_FROM_MULTIPLE_THREADS(PerformanceTiming);
+USED_FROM_MULTIPLE_THREADS(SharedWorkerGlobalScope);
USED_FROM_MULTIPLE_THREADS(SubtleCrypto);
USED_FROM_MULTIPLE_THREADS(TextDecoder);
USED_FROM_MULTIPLE_THREADS(TextEncoder);
USED_FROM_MULTIPLE_THREADS(UserTiming);
USED_FROM_MULTIPLE_THREADS(WebKitNotification);
+USED_FROM_MULTIPLE_THREADS(WorkerConsole);
USED_FROM_MULTIPLE_THREADS(WorkerCrypto);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScope);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScopeCrypto);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScopeImageBitmapFactories);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScopeIndexedDatabase);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScopeNotifications);
+USED_FROM_MULTIPLE_THREADS(WorkerGlobalScopePerformance);
+USED_FROM_MULTIPLE_THREADS(WorkerLocation);
+USED_FROM_MULTIPLE_THREADS(WorkerNavigator);
+USED_FROM_MULTIPLE_THREADS(WorkerNavigatorStorageQuota);
USED_FROM_MULTIPLE_THREADS(WorkerPerformance);
USED_FROM_MULTIPLE_THREADS(XMLHttpRequest);
USED_FROM_MULTIPLE_THREADS(XMLSerializer);

Powered by Google App Engine
This is Rietveld 408576698