| Index: sky/engine/bindings/core/v8/WindowProxy.h
|
| diff --git a/sky/engine/bindings/core/v8/WindowProxy.h b/sky/engine/bindings/core/v8/WindowProxy.h
|
| index cc2fef1912d8f37a9bebab3a10557417f72fba54..8dfddb00cd846844562ea5c387478e07bb9feb5c 100644
|
| --- a/sky/engine/bindings/core/v8/WindowProxy.h
|
| +++ b/sky/engine/bindings/core/v8/WindowProxy.h
|
| @@ -35,13 +35,13 @@
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| +#include "v8/include/v8.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/AtomicString.h"
|
| -#include <v8.h>
|
|
|
| namespace blink {
|
|
|
|
|