diff options
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebScriptController.cpp')
| -rw-r--r-- | chromium/third_party/WebKit/Source/web/WebScriptController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebScriptController.cpp b/chromium/third_party/WebKit/Source/web/WebScriptController.cpp index 82bb4185009..f5aa23e7dae 100644 --- a/chromium/third_party/WebKit/Source/web/WebScriptController.cpp +++ b/chromium/third_party/WebKit/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 |
