| 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 1b29ecc87b04f1ed3cb4f7db68833f78e802e84d..9f6401b58a7d3d36d7b2c40afffb4fd1d440118e 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Float32ArrayCustom.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8Float32ArrayCustom_h
|
| -#define V8Float32ArrayCustom_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8FLOAT32ARRAYCUSTOM_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8FLOAT32ARRAYCUSTOM_H_
|
|
|
| #include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "sky/engine/wtf/Float32Array.h"
|
| @@ -112,4 +112,4 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< Float32Ar
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8FLOAT32ARRAYCUSTOM_H_
|
|
|