| Index: Source/bindings/core/v8/ScriptValue.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptValue.cpp b/Source/bindings/core/v8/ScriptValue.cpp
|
| index d5f4281d7e9d362d919601d8e4c2c3e995f47256..0cd41264f7b328cf172de447c39de0ab3b537ec2 100644
|
| --- a/Source/bindings/core/v8/ScriptValue.cpp
|
| +++ b/Source/bindings/core/v8/ScriptValue.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "platform/JSONValues.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ScriptValue::~ScriptValue()
|
| {
|
| @@ -78,4 +78,4 @@ PassRefPtr<JSONValue> ScriptValue::toJSONValue(ScriptState* scriptState) const
|
| return v8ToJSONValue(scriptState->isolate(), v8Value(), JSONValue::maxDepth);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|