| Index: Source/bindings/core/v8/ScriptValue.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptValue.cpp b/Source/bindings/core/v8/ScriptValue.cpp
|
| index 94716750ebaa06dda614e3cc44af42ef0b0f1283..0bb8d90f018e1d5b770cf14afaa98effb0f7e532 100644
|
| --- a/Source/bindings/core/v8/ScriptValue.cpp
|
| +++ b/Source/bindings/core/v8/ScriptValue.cpp
|
| @@ -62,7 +62,7 @@ v8::Local<v8::Value> ScriptValue::v8ValueUnsafe() const
|
| return m_value->newLocal(isolate());
|
| }
|
|
|
| -v8::Local<v8::Value> ScriptValue::v8ValueFor(ScriptState* targetScriptState)
|
| +v8::Local<v8::Value> ScriptValue::v8ValueFor(ScriptState* targetScriptState) const
|
| {
|
| if (isEmpty())
|
| return v8::Local<v8::Value>();
|
|
|