Chromium Code Reviews| Index: Source/core/xml/parser/XMLParserInput.h |
| diff --git a/Source/core/xml/parser/XMLParserInput.h b/Source/core/xml/parser/XMLParserInput.h |
| index 8e0436bd6f47f78a3f6df74e7c7118fd03183b86..3dbc94f31b92b82d4ccf35c224392f493cc57496 100644 |
| --- a/Source/core/xml/parser/XMLParserInput.h |
| +++ b/Source/core/xml/parser/XMLParserInput.h |
| @@ -31,11 +31,13 @@ |
| #ifndef XMLParserInput_h |
| #define XMLParserInput_h |
| +#include "wtf/Allocator.h" |
| #include "wtf/text/WTFString.h" |
| namespace blink { |
| class XMLParserInput { |
| + STACK_ALLOCATED(); |
| public: |
| explicit XMLParserInput(const String& source) |
| : m_source(source) |