| 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 7b453d97ff952f7f5cadb6ef66f99b26f40bf3cd..6be25472d1b3ebc1abd8c4be234320d088134988 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8StringResource.h
|
| @@ -28,10 +28,10 @@
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Threading.h"
|
| #include "wtf/text/AtomicString.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|