Index: Source/bindings/tests/results/core/V8TestDictionary.h |
diff --git a/Source/bindings/tests/results/core/V8TestDictionary.h b/Source/bindings/tests/results/core/V8TestDictionary.h |
index a274c14d74ab30592687553a81080197ceff9a63..c2c34b343ae36935d64bf5df0dd46a3f7e0f96b0 100644 |
--- a/Source/bindings/tests/results/core/V8TestDictionary.h |
+++ b/Source/bindings/tests/results/core/V8TestDictionary.h |
@@ -32,7 +32,7 @@ inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestDictionary& i |
template <> |
struct NativeValueTraits<TestDictionary> { |
- static TestDictionary nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&); |
+ static TestDictionary nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
} // namespace blink |