Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698