| Index: Source/heap/ThreadState.h
|
| diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h
|
| index ff97a8974f8b89fcc4894503267dd3254bf505bd..cc17ceda174f10092ed861b7429c86740e141533 100644
|
| --- a/Source/heap/ThreadState.h
|
| +++ b/Source/heap/ThreadState.h
|
| @@ -547,12 +547,12 @@ 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(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(KeyAlgorithm);
|
| USED_FROM_MULTIPLE_THREADS(KeyPair);
|
| USED_FROM_MULTIPLE_THREADS(MemoryInfo);
|
| USED_FROM_MULTIPLE_THREADS(Notification);
|
|
|