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

Unified Diff: Source/heap/ThreadState.h

Issue 184413003: Oilpan: add missing Event-related USED_FROM_MULTIPLE_THREADS() decls. (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. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/ThreadState.h
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h
index 80a80afe0c7dd4e3b7a1547342d8a6e4088875f3..a6adfcdf61cacf8477a491247f3c76967feb9453 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -551,6 +551,7 @@ USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
USED_FROM_MULTIPLE_THREADS(DOMURL);
USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota);
+USED_FROM_MULTIPLE_THREADS(ErrorEvent);
USED_FROM_MULTIPLE_THREADS(Event);
USED_FROM_MULTIPLE_THREADS(EventSource);
USED_FROM_MULTIPLE_THREADS(EventTarget);
@@ -567,6 +568,7 @@ USED_FROM_MULTIPLE_THREADS(PerformanceMark);
USED_FROM_MULTIPLE_THREADS(PerformanceNavigation);
USED_FROM_MULTIPLE_THREADS(PerformanceResourceTiming);
USED_FROM_MULTIPLE_THREADS(PerformanceTiming);
+USED_FROM_MULTIPLE_THREADS(ProgressEvent);
USED_FROM_MULTIPLE_THREADS(SubtleCrypto);
USED_FROM_MULTIPLE_THREADS(TextDecoder);
USED_FROM_MULTIPLE_THREADS(TextEncoder);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698