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