| Index: Source/core/page/PrintContext.h
|
| diff --git a/Source/core/page/PrintContext.h b/Source/core/page/PrintContext.h
|
| index 3b44c93fc0ec4fb5a108b5b4339850b86b33ec74..577a4e625202f0d116fb856186a116bbf3a657b7 100644
|
| --- a/Source/core/page/PrintContext.h
|
| +++ b/Source/core/page/PrintContext.h
|
| @@ -40,6 +40,7 @@ class IntRect;
|
| class Node;
|
|
|
| class CORE_EXPORT PrintContext : public NoBaseWillBeGarbageCollectedFinalized<PrintContext> {
|
| + WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(PrintContext);
|
| public:
|
| explicit PrintContext(LocalFrame*);
|
| virtual ~PrintContext();
|
|
|