| Index: Source/bindings/core/v8/V8Binding.cpp
|
| diff --git a/Source/bindings/core/v8/V8Binding.cpp b/Source/bindings/core/v8/V8Binding.cpp
|
| index 740f482e470aa540b6c0a72fce37d2c0e7210117..5bb94dbecb3f1e9a3bff4014783d8f92aa54e2a1 100644
|
| --- a/Source/bindings/core/v8/V8Binding.cpp
|
| +++ b/Source/bindings/core/v8/V8Binding.cpp
|
| @@ -71,7 +71,7 @@
|
| #include "wtf/unicode/CharacterNames.h"
|
| #include "wtf/unicode/Unicode.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| v8::Handle<v8::Value> throwError(V8ErrorType errorType, const String& message, v8::Isolate* isolate)
|
| {
|
| @@ -936,4 +936,4 @@ PassRefPtr<TraceEvent::ConvertableToTraceFormat> devToolsTraceEventData(Executio
|
| return InspectorFunctionCallEvent::data(context, scriptId, resourceName, lineNumber);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|