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

Unified Diff: Source/heap/ThreadState.h

Issue 176623003: Oilpan: move DOMURL to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: order decls 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 | « Source/core/dom/URL.idl ('k') | 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 026d9e5cead408e9aab2fdc581a7913004ba25e6..ff97a8974f8b89fcc4894503267dd3254bf505bd 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -550,6 +550,7 @@ public:
USED_FROM_MULTIPLE_THREADS(Algorithm);
USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
+USED_FROM_MULTIPLE_THREADS(DOMURL);
USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota);
USED_FROM_MULTIPLE_THREADS(Key);
USED_FROM_MULTIPLE_THREADS(KeyPair);
« no previous file with comments | « Source/core/dom/URL.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698