| Index: third_party/WebKit/Source/core/xml/XPathGrammar.y
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathGrammar.y b/third_party/WebKit/Source/core/xml/XPathGrammar.y
|
| index 6a0da53099c6e5ed6480945e210e575054e972dc..bd3b1c15f2f6f7f0957285d4325abc2e8f0f833b 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathGrammar.y
|
| +++ b/third_party/WebKit/Source/core/xml/XPathGrammar.y
|
| @@ -34,7 +34,7 @@
|
| #include "core/xml/XPathPredicate.h"
|
| #include "core/xml/XPathStep.h"
|
| #include "core/xml/XPathVariableReference.h"
|
| -#include "wtf/Partitions.h"
|
| +#include "wtf/allocator/Partitions.h"
|
|
|
| void* yyFastMalloc(size_t size)
|
| {
|
|
|