| Index: Source/bindings/core/v8/ScriptValue.h
|
| diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h
|
| index 012c78a7c944b3953eef4cf32bc6a45dc15feccc..91fffe32f4c31f72d184e0d58bfd30982b7a988f 100644
|
| --- a/Source/bindings/core/v8/ScriptValue.h
|
| +++ b/Source/bindings/core/v8/ScriptValue.h
|
| @@ -147,6 +147,7 @@ public:
|
| }
|
|
|
| v8::Handle<v8::Value> v8Value() const;
|
| + v8::Handle<v8::Value> v8ValueUnsafe() const;
|
|
|
| bool toString(String&) const;
|
| PassRefPtr<JSONValue> toJSONValue(ScriptState*) const;
|
|
|