| Index: third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| index f86c19303cf48642137e94287e75bae4c5e5af0b..98cfd79b0a0de28ab4d75f85ad82518eca045299 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ThrowException.h
|
| @@ -27,9 +27,9 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/text/WTFString.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|