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

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: Rebased 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 a6adfcdf61cacf8477a491247f3c76967feb9453..ac1cf091da9d6b9b30d35610237eb48366a3ba4b 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(ErrorEvent);
USED_FROM_MULTIPLE_THREADS(Event);
@@ -569,12 +570,23 @@ USED_FROM_MULTIPLE_THREADS(PerformanceNavigation);
USED_FROM_MULTIPLE_THREADS(PerformanceResourceTiming);
USED_FROM_MULTIPLE_THREADS(PerformanceTiming);
USED_FROM_MULTIPLE_THREADS(ProgressEvent);
+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