Index: Source/bindings/core/v8/Dictionary.h |
diff --git a/Source/bindings/core/v8/Dictionary.h b/Source/bindings/core/v8/Dictionary.h |
index 29a114383c0950b597f52609cdb8232983eb98e4..a9801bf37f3c0479ef75705f2596ee10e517ad6f 100644 |
--- a/Source/bindings/core/v8/Dictionary.h |
+++ b/Source/bindings/core/v8/Dictionary.h |
@@ -138,7 +138,7 @@ private: |
template<> |
struct NativeValueTraits<Dictionary> { |
- static inline Dictionary nativeValue(v8::Handle<v8::Value> value, v8::Isolate* isolate, ExceptionState& exceptionState) |
+ static inline Dictionary nativeValue(v8::Isolate* isolate, v8::Handle<v8::Value> value, ExceptionState& exceptionState) |
{ |
return Dictionary(value, isolate, exceptionState); |
} |