| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| index 6c8bd29f37eda40a330d3a2cf4270321551215e6..ff2c0be6b11d2649b5732ac9a46a40ebdde24924 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/xml/XPathNSResolver.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefPtr.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|