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

Unified Diff: Source/heap/ThreadState.h

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Inline the empty trace() 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 ff97a8974f8b89fcc4894503267dd3254bf505bd..b0ea60e13c23b7c173574105084b051caccc4e4e 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -547,7 +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(Algorithm);
+USED_FROM_MULTIPLE_THREADS(KeyAlgorithm);
haraken 2014/02/25 09:15:46 Nit: Alphabetical order please?
eroman 2014/02/26 01:37:36 Done.
USED_FROM_MULTIPLE_THREADS(Crypto);
USED_FROM_MULTIPLE_THREADS(DOMParser);
USED_FROM_MULTIPLE_THREADS(DOMURL);

Powered by Google App Engine
This is Rietveld 408576698