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

Unified Diff: Source/core/dom/custom/CustomElementCallbackQueue.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
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementDescriptorHash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementCallbackQueue.h
diff --git a/Source/core/dom/custom/CustomElementCallbackQueue.h b/Source/core/dom/custom/CustomElementCallbackQueue.h
index 7ddc5abfa3c5e37d76f6eaf83cc1c34983040e94..7af6041860600564a06f64210c54a65869001126 100644
--- a/Source/core/dom/custom/CustomElementCallbackQueue.h
+++ b/Source/core/dom/custom/CustomElementCallbackQueue.h
@@ -46,6 +46,7 @@ namespace blink {
// well as callbacks.
class CustomElementCallbackQueue : public NoBaseWillBeGarbageCollectedFinalized<CustomElementCallbackQueue> {
WTF_MAKE_NONCOPYABLE(CustomElementCallbackQueue);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(CustomElementCallbackQueue);
public:
static PassOwnPtrWillBeRawPtr<CustomElementCallbackQueue> create(PassRefPtrWillBeRawPtr<Element>);
« no previous file with comments | « Source/core/dom/custom/CustomElement.h ('k') | Source/core/dom/custom/CustomElementDescriptorHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698