| Index: third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| index 6be25472d1b3ebc1abd8c4be234320d088134988..0f3fd7f8236e31627694bec325d6c35d35381212 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef V8StringResource_h
|
| #define V8StringResource_h
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/CoreExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Threading.h"
|
| #include "wtf/text/AtomicString.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|