Index: Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp b/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp |
index 136d765aa003c3cfc2de5903a33c3d4f50395789..95eee379d586117f4fdb7b2ca033ee9cc9579bab 100644 |
--- a/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp |
+++ b/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp |
@@ -79,7 +79,7 @@ void toV8TestDictionaryDerivedImplementedAs(const TestDictionaryDerivedImplement |
} |
-TestDictionaryDerivedImplementedAs NativeValueTraits<TestDictionaryDerivedImplementedAs>::nativeValue(v8::Local<v8::Value> value, v8::Isolate* isolate, ExceptionState& exceptionState) |
+TestDictionaryDerivedImplementedAs NativeValueTraits<TestDictionaryDerivedImplementedAs>::nativeValue(v8::Isolate* isolate, v8::Local<v8::Value> value, ExceptionState& exceptionState) |
{ |
TestDictionaryDerivedImplementedAs impl; |
V8TestDictionaryDerivedImplementedAs::toImpl(isolate, value, impl, exceptionState); |