| Index: sky/engine/bindings/core/v8/custom/V8Int32ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Int32ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Int32ArrayCustom.h
|
| index 50deed1d796ea47e47ec3d09709a894ead3435fa..490f79c283b6952970a0991788e8c75368e2a1ca 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Int32ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Int32ArrayCustom.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8Int32ArrayCustom_h
|
| -#define V8Int32ArrayCustom_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8INT32ARRAYCUSTOM_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8INT32ARRAYCUSTOM_H_
|
|
|
| #include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "sky/engine/wtf/Int32Array.h"
|
| @@ -112,4 +112,4 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int32Array
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8INT32ARRAYCUSTOM_H_
|
|
|