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 f2aff2eca8655b2a3f32d46fba36b718a83202a4..0694e5482f5eb7f11782f1f95256661f4e883426 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(const v8::Local<v8::Value>&, v8::Isolate*, ExceptionState&); |
+ static TestInterfaceEventInit nativeValue(v8::Local<v8::Value>, v8::Isolate*, ExceptionState&); |
}; |
} // namespace blink |