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