| Index: sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| index a3fdf875fe3483c2cbe5e711655cadbd005dac5f..d409c7671e2938a0dbfecde9c6b1a280d4cb22f6 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8Uint32ArrayCustom_h
|
| -#define V8Uint32ArrayCustom_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT32ARRAYCUSTOM_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT32ARRAYCUSTOM_H_
|
|
|
| #include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "sky/engine/wtf/Uint32Array.h"
|
| @@ -112,4 +112,4 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint32Arra
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT32ARRAYCUSTOM_H_
|
|
|