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

Unified Diff: Source/web/WebScriptController.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/web/WebScriptBindings.cpp ('k') | Source/web/WebScrollbarThemePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebScriptController.cpp
diff --git a/Source/web/WebScriptController.cpp b/Source/web/WebScriptController.cpp
index 82bb41850090c3c28d90486768a62a3130ac145d..f5aa23e7dae8d352e040fc2e827cb85d2756f6ec 100644
--- a/Source/web/WebScriptController.cpp
+++ b/Source/web/WebScriptController.cpp
@@ -35,7 +35,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
void WebScriptController::registerExtension(v8::Extension* extension)
{
@@ -52,4 +52,4 @@ void WebScriptController::flushConsoleMessages()
// FIXME: remove this method after all it's usages are gone.
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebScriptBindings.cpp ('k') | Source/web/WebScrollbarThemePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698