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

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: Rebase 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 47af09e710907fd9e47465fef51049180d79aab8..be603a5a2a3d7395ed944c596054b0be3d489346 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -551,6 +551,7 @@ USED_FROM_MULTIPLE_THREADS(CloseEvent);
USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
USED_FROM_MULTIPLE_THREADS(DOMURL);
+USED_FROM_MULTIPLE_THREADS(DedicatedWorkerGlobalScope);
haraken 2014/03/03 12:55:50 Now you can remove USED_FROM_MULTIPLE_THREADS. Any
USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota);
USED_FROM_MULTIPLE_THREADS(ErrorEvent);
USED_FROM_MULTIPLE_THREADS(Event);
@@ -570,12 +571,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(XMLHttpRequestProgressEvent);

Powered by Google App Engine
This is Rietveld 408576698