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

Unified Diff: Source/web/WebScriptBindings.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/web/WebScopedWindowFocusAllowedIndicator.cpp ('k') | Source/web/WebScriptController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebScriptBindings.cpp
diff --git a/Source/web/WebScriptBindings.cpp b/Source/web/WebScriptBindings.cpp
index 12c967dcbf119d7fe04c3cb80629f610261b5bf7..367b82fd8d8aecc97b46b39b056ab88eac4d7bb5 100644
--- a/Source/web/WebScriptBindings.cpp
+++ b/Source/web/WebScriptBindings.cpp
@@ -34,8 +34,6 @@
#include "bindings/core/v8/V8Binding.h"
#include "public/platform/WebString.h"
-using namespace blink;
-
namespace blink {
v8::Local<v8::String> WebScriptBindings::toV8String(const WebString& string, v8::Isolate* isolate)
« no previous file with comments | « Source/web/WebScopedWindowFocusAllowedIndicator.cpp ('k') | Source/web/WebScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698