| Index: public/web/WebArrayBufferView.h
|
| diff --git a/public/web/WebArrayBufferView.h b/public/web/WebArrayBufferView.h
|
| index 51a28b9c6d5bc1c626361ad34007cbfa0534b6e9..cc02d7e848f6bb7e34da4e1c9544ce55088d72eb 100644
|
| --- a/public/web/WebArrayBufferView.h
|
| +++ b/public/web/WebArrayBufferView.h
|
| @@ -39,7 +39,7 @@ template <class T> class Handle;
|
|
|
| namespace WTF { class ArrayBufferView; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Provides access to an ArrayBufferView.
|
| class WebArrayBufferView {
|
| @@ -67,6 +67,6 @@ private:
|
| WebPrivatePtr<WTF::ArrayBufferView> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|