| Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| index 919360003df8f9099e491bc42526f78f5b9b4ea5..1566d13881f2029879dad98605618930627b41ec 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef V8BindingForTesting_h
|
| #define V8BindingForTesting_h
|
|
|
| +#include <v8.h>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Forward.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|