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