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

Unified Diff: Source/heap/ThreadState.h

Issue 178193014: Oilpan: add more 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 a6adfcdf61cacf8477a491247f3c76967feb9453..47af09e710907fd9e47465fef51049180d79aab8 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -547,6 +547,7 @@ public:
// FIXME: Experiment if the threading affinity really matters for performance.
// FIXME: Move these macros and other related structures to a separate file.
+USED_FROM_MULTIPLE_THREADS(CloseEvent);
USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
USED_FROM_MULTIPLE_THREADS(DOMURL);
@@ -577,6 +578,7 @@ USED_FROM_MULTIPLE_THREADS(WebKitNotification);
USED_FROM_MULTIPLE_THREADS(WorkerCrypto);
USED_FROM_MULTIPLE_THREADS(WorkerPerformance);
USED_FROM_MULTIPLE_THREADS(XMLHttpRequest);
+USED_FROM_MULTIPLE_THREADS(XMLHttpRequestProgressEvent);
USED_FROM_MULTIPLE_THREADS(XMLSerializer);
USED_FROM_MULTIPLE_THREADS(XPathEvaluator);
USED_FROM_MULTIPLE_THREADS(XPathExpression);
« 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