| 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 2b0737fc171ed3c8715641507c01576b782ba618..461cd66fdf8fc3d164bc6b055e113efd7b244fb9 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/allocator/Partitions.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| void* yyFastMalloc(size_t size)
|
| {
|
|
|