| Index: sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h b/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| index 164f690b4a251bd98f7bbcf52839fc684ca2f5c6..df43baf9233206eb8764bd881123be258d67341e 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| +++ b/sky/engine/bindings/core/v8/custom/V8Uint16ArrayCustom.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef V8Uint16ArrayCustom_h
|
| -#define V8Uint16ArrayCustom_h
|
| +#ifndef SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT16ARRAYCUSTOM_H_
|
| +#define SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT16ARRAYCUSTOM_H_
|
|
|
| #include "sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "sky/engine/wtf/Uint16Array.h"
|
| @@ -112,4 +112,4 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Uint16Arra
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // SKY_ENGINE_BINDINGS_CORE_V8_CUSTOM_V8UINT16ARRAYCUSTOM_H_
|
|
|