| Index: Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h
|
| diff --git a/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h b/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h
|
| index 56c899bf12293f35c969553d031697503c8e2d04..7e3c12e173c8de2d9848270342ebd5d62080842c 100644
|
| --- a/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/ArrayBuffer.h"
|
| #include "wtf/ArrayBufferView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
|
|
| class V8ArrayBufferView {
|
| @@ -57,5 +57,5 @@ public:
|
| };
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
| #endif // V8ArrayBufferViewCustom_h
|
|
|