Chromium Code Reviews| Index: Source/core/html/HTMLFrameOwnerElement.h |
| diff --git a/Source/core/html/HTMLFrameOwnerElement.h b/Source/core/html/HTMLFrameOwnerElement.h |
| index af8d0aded28e770e4d01c0aa5655926826905c1b..87ad3856ec50b56c797c85a6dd4ef71339d38373 100644 |
| --- a/Source/core/html/HTMLFrameOwnerElement.h |
| +++ b/Source/core/html/HTMLFrameOwnerElement.h |
| @@ -67,6 +67,7 @@ public: |
| Widget* ownedWidget() const; |
| class UpdateSuspendScope { |
| + STACK_ALLOCATED(); |
| public: |
| UpdateSuspendScope(); |
| ~UpdateSuspendScope(); |