| Index: Source/bindings/core/v8/custom/V8ArrayBufferCustom.h
|
| diff --git a/Source/bindings/core/v8/custom/V8ArrayBufferCustom.h b/Source/bindings/core/v8/custom/V8ArrayBufferCustom.h
|
| index f34c238c6650700048159d04d61b30160e66aa9c..986e0f1033d20c4bd9d0dd3463c6665a2870a699 100644
|
| --- a/Source/bindings/core/v8/custom/V8ArrayBufferCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8ArrayBufferCustom.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/ArrayBuffer.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class V8ArrayBufferDeallocationObserver FINAL: public WTF::ArrayBufferDeallocationObserver {
|
| public:
|
| @@ -155,6 +155,6 @@ inline void v8SetReturnValueFast(const CallbackInfo& info, PassRefPtr< ArrayBuff
|
| v8SetReturnValueFast(info, impl.get(), wrappable);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8ArrayBufferCustom_h
|
|
|