| Index: Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| diff --git a/Source/bindings/core/v8/custom/V8DataViewCustom.h b/Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| index 638d44ecb8a02fb5cf3d8dcb3e6dba5a7295a04a..1cf348b6a1fa5f4a892cab2228db881480ff78d6 100644
|
| --- a/Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| @@ -34,7 +34,7 @@
|
| #include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "core/html/canvas/DataView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<>
|
| class TypedArrayTraits<DataView> {
|
| @@ -110,6 +110,6 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr<DataView>
|
| v8SetReturnValueFast(info, impl.get(), wrappable);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|