Index: Source/core/xml/XPathParser.h |
diff --git a/Source/core/xml/XPathParser.h b/Source/core/xml/XPathParser.h |
index 8062985089f91e09a93ae58551b7da10cb8efb7f..7e9228a2fa0784689cbf7b45cf75c30a33dd7850 100644 |
--- a/Source/core/xml/XPathParser.h |
+++ b/Source/core/xml/XPathParser.h |
@@ -29,6 +29,7 @@ |
#include "core/xml/XPathPredicate.h" |
#include "core/xml/XPathStep.h" |
+#include "wtf/Allocator.h" |
namespace blink { |
@@ -44,6 +45,7 @@ class Parser; |
class Predicate; |
struct Token { |
+ STACK_ALLOCATED(); |
int type; |
String str; |
Step::Axis axis; |