| Index: third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h b/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h
|
| index 44cc530538539800bc62211a8924cddb11ef99aa..bf870ecb452c48f783e47a7a7fc96d94cd683442 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h
|
| @@ -32,8 +32,8 @@
|
| #define V8ErrorHandler_h
|
|
|
| #include "bindings/core/v8/V8EventListener.h"
|
| -#include "v8/include/v8.h"
|
| #include "wtf/PassRefPtr.h"
|
| +#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|