| Index: Source/core/xml/XPathGrammar.y
|
| diff --git a/Source/core/xml/XPathGrammar.y b/Source/core/xml/XPathGrammar.y
|
| index e2a8c23390d68fc54bf4bbfa5393409d41158b1f..a4f5b692cff540548d2aa126f9c71202f304df37 100644
|
| --- a/Source/core/xml/XPathGrammar.y
|
| +++ b/Source/core/xml/XPathGrammar.y
|
| @@ -36,7 +36,7 @@
|
| #include "core/xml/XPathPredicate.h"
|
| #include "core/xml/XPathStep.h"
|
| #include "core/xml/XPathVariableReference.h"
|
| -#include <wtf/FastMalloc.h>
|
| +#include "wtf/FastMalloc.h"
|
|
|
| #define YYMALLOC fastMalloc
|
| #define YYFREE fastFree
|
|
|