| 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)
|
|
|