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

Unified Diff: Source/core/dom/custom/CustomElementScheduler.h

Issue 1304043002: Make classes and structures in core/dom fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/dom/custom/CustomElementScheduler.h
diff --git a/Source/core/dom/custom/CustomElementScheduler.h b/Source/core/dom/custom/CustomElementScheduler.h
index 256c0abb0357115d4821a9f5bd71c0af30384f4f..1a0da980ca936f3db50794f683a37ecb0d2e1a4b 100644
--- a/Source/core/dom/custom/CustomElementScheduler.h
+++ b/Source/core/dom/custom/CustomElementScheduler.h
@@ -48,6 +48,7 @@ class CustomElementRegistrationContext;
class HTMLImportChild;
class CustomElementScheduler final : public NoBaseWillBeGarbageCollected<CustomElementScheduler> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CustomElementScheduler);
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementScheduler);
public:
« no previous file with comments | « Source/core/dom/custom/CustomElementProcessingStep.h ('k') | Source/core/dom/custom/CustomElementUpgradeCandidateMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698