| Index: Source/bindings/core/v8/V8PerContextData.cpp
|
| diff --git a/Source/bindings/core/v8/V8PerContextData.cpp b/Source/bindings/core/v8/V8PerContextData.cpp
|
| index 890a532018c01539a4078c2a9c71e8655f186b58..ac677365c36416b3ceb10208b8140d7a00eca4e0 100644
|
| --- a/Source/bindings/core/v8/V8PerContextData.cpp
|
| +++ b/Source/bindings/core/v8/V8PerContextData.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| #include <stdlib.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| V8PerContextData::V8PerContextData(v8::Handle<v8::Context> context)
|
| : m_isolate(context->GetIsolate())
|
| @@ -214,4 +214,4 @@ void V8PerContextData::setCompiledPrivateScript(String className, v8::Handle<v8:
|
| m_compiledPrivateScript.Set(className, compiledObject);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|