Chromium Code Reviews| 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; |