| Index: sky/engine/bindings/core/v8/custom/V8Int8ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Int8ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Int8ArrayCustom.h
|
| index 1081b3020bb5f13a3c0d003b7595a2bf80429ef6..be1a4ea74ff910d474e50d2e1b3447de34e2b09c 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Int8ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Int8ArrayCustom.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef V8Int8ArrayCustom_h
|
| #define V8Int8ArrayCustom_h
|
|
|
| -#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| -#include "wtf/Int8Array.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| +#include "sky/engine/wtf/Int8Array.h"
|
|
|
| namespace blink {
|
|
|
|
|