| Index: sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| index 0bc1a06d0ad26c3e06084e4cdd66610eefea8f9e..1b29ecc87b04f1ed3cb4f7db68833f78e802e84d 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef V8Float32ArrayCustom_h
|
| #define V8Float32ArrayCustom_h
|
|
|
| -#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| -#include "wtf/Float32Array.h"
|
| +#include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| +#include "sky/engine/wtf/Float32Array.h"
|
|
|
| namespace blink {
|
|
|
|
|