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

Unified Diff: Source/core/dom/Node.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/MutationObserverRegistration.h ('k') | Source/core/dom/NodeListsNodeData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index f793f991be7db7a016325a08b091b3504d9a0bd6..7a9d06632f33b7ac2fcd757c22fad242af1655c3 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -520,6 +520,7 @@ public:
LayoutBoxModelObject* layoutBoxModelObject() const;
struct AttachContext {
+ STACK_ALLOCATED();
ComputedStyle* resolvedStyle;
bool performingReattach;
« no previous file with comments | « Source/core/dom/MutationObserverRegistration.h ('k') | Source/core/dom/NodeListsNodeData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698