| Index: Source/bindings/core/v8/V8DOMWrapper.h
|
| diff --git a/Source/bindings/core/v8/V8DOMWrapper.h b/Source/bindings/core/v8/V8DOMWrapper.h
|
| index 4f51735c34e6d1286ad3bebdb95cea15fd487206..b5c6cc97ebea2f0dcc69caa85d480c882595bebf 100644
|
| --- a/Source/bindings/core/v8/V8DOMWrapper.h
|
| +++ b/Source/bindings/core/v8/V8DOMWrapper.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/AtomicString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct WrapperTypeInfo;
|
|
|
| @@ -176,6 +176,6 @@ private:
|
| v8::Handle<v8::Context> m_context;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8DOMWrapper_h
|
|
|