| Index: Source/bindings/core/v8/custom/V8Int16ArrayCustom.h
|
| diff --git a/Source/bindings/core/v8/custom/V8Int16ArrayCustom.h b/Source/bindings/core/v8/custom/V8Int16ArrayCustom.h
|
| index 756345e9409ebd19ecf4c84575024dd5a593f3f6..756b5c871fa1d9a15a0ce5b3d2737c8550063269 100644
|
| --- a/Source/bindings/core/v8/custom/V8Int16ArrayCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8Int16ArrayCustom.h
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "wtf/Int16Array.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<>
|
| class TypedArrayTraits<Int16Array> {
|
| @@ -110,6 +110,6 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<Int16Array
|
| v8SetReturnValueFast(info, impl.get(), wrappable);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|