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