| 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 ff2c0be6b11d2649b5732ac9a46a40ebdde24924..2686da74a69797cde4caee96aa8ccde34e666d43 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef V8CustomXPathNSResolver_h
|
| #define V8CustomXPathNSResolver_h
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "core/xml/XPathNSResolver.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefPtr.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|