| Index: third_party/WebKit/Source/bindings/core/v8/ArrayValue.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h b/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h
|
| index ba0a69d96a31d94c6c8ccac52aec5199f0855f1f..21b6357909fba36b92ecfde890257cea7846231f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ArrayValue.h
|
| @@ -27,9 +27,9 @@
|
| #define ArrayValue_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|