| Index: Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp b/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| index d38626e2f8fd73d36d311476e2318e39767f3a6e..a313513891ecdf8ba2dee9c66efbf0a1d07f978b 100644
|
| --- a/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp
|
| @@ -44,7 +44,7 @@
|
| #include "core/inspector/InjectedScriptHost.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct InjectedScriptManager::CallbackData {
|
| ScopedPersistent<v8::Object> handle;
|
| @@ -122,4 +122,4 @@ void InjectedScriptManager::setWeakCallback(const v8::WeakCallbackData<v8::Objec
|
| delete data.GetParameter();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|