Index: Source/bindings/core/v8/ScriptValue.h |
diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h |
index 4a727dd732a30cdab4624dc4af2e5e6e06244db8..f6255e8f27ba77baeb601b49efd8c935c32ba432 100644 |
--- a/Source/bindings/core/v8/ScriptValue.h |
+++ b/Source/bindings/core/v8/ScriptValue.h |
@@ -55,7 +55,7 @@ public: |
template<typename T> |
inline T to(ExceptionState& exceptionState) const |
{ |
- return NativeValueTraits<T>::nativeValue(v8Value(), isolate(), exceptionState); |
+ return NativeValueTraits<T>::nativeValue(isolate(), v8Value(), exceptionState); |
} |
ScriptValue() { } |