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

Unified Diff: Source/modules/crypto/DOMWindowCrypto.h

Issue 1315743003: [part 1] Make classes and structures in modules/ fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/modules/crypto/DOMWindowCrypto.h
diff --git a/Source/modules/crypto/DOMWindowCrypto.h b/Source/modules/crypto/DOMWindowCrypto.h
index c5f9f2223ca29a81f1a4dc37af4122db6b1a36ea..056ff05367c6d57114ebd925a3c04c190f11acf4 100644
--- a/Source/modules/crypto/DOMWindowCrypto.h
+++ b/Source/modules/crypto/DOMWindowCrypto.h
@@ -43,6 +43,7 @@ class DOMWindow;
class DOMWindowCrypto final : public NoBaseWillBeGarbageCollected<DOMWindowCrypto>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto);
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowCrypto);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DOMWindowCrypto);
public:
static DOMWindowCrypto& from(LocalDOMWindow&);
static Crypto* crypto(DOMWindow&);
« no previous file with comments | « Source/modules/credentialmanager/CredentialManagerClient.h ('k') | Source/modules/crypto/NormalizeAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698