Chromium Code Reviews| 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); |