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

Unified Diff: Source/heap/ThreadState.h

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) 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 | « LayoutTests/crypto/sign-verify-expected.txt ('k') | Source/modules/crypto/AesKeyAlgorithm.h » ('j') | 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 4426dd5e4371eda1a6353f6771522e16adb81109..80a80afe0c7dd4e3b7a1547342d8a6e4088875f3 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -547,7 +547,6 @@ 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);
@@ -556,6 +555,7 @@ USED_FROM_MULTIPLE_THREADS(Event);
USED_FROM_MULTIPLE_THREADS(EventSource);
USED_FROM_MULTIPLE_THREADS(EventTarget);
USED_FROM_MULTIPLE_THREADS(Key);
+USED_FROM_MULTIPLE_THREADS(KeyAlgorithm);
USED_FROM_MULTIPLE_THREADS(KeyPair);
USED_FROM_MULTIPLE_THREADS(MemoryInfo);
USED_FROM_MULTIPLE_THREADS(MessageEvent);
« no previous file with comments | « LayoutTests/crypto/sign-verify-expected.txt ('k') | Source/modules/crypto/AesKeyAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698