Index: Source/bindings/tests/results/core/V8TestDictionary.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestDictionary.cpp b/Source/bindings/tests/results/core/V8TestDictionary.cpp |
index 9262411b22b29c2f738e77912c9daa1e239b14ad..ba878f5bf349c9b81b24253a4548ac59e5846201 100644 |
--- a/Source/bindings/tests/results/core/V8TestDictionary.cpp |
+++ b/Source/bindings/tests/results/core/V8TestDictionary.cpp |
@@ -589,7 +589,7 @@ void toV8TestDictionary(const TestDictionary& impl, v8::Local<v8::Object> dictio |
} |
-TestDictionary NativeValueTraits<TestDictionary>::nativeValue(const v8::Local<v8::Value>& value, v8::Isolate* isolate, ExceptionState& exceptionState) |
+TestDictionary NativeValueTraits<TestDictionary>::nativeValue(v8::Local<v8::Value> value, v8::Isolate* isolate, ExceptionState& exceptionState) |
{ |
TestDictionary impl; |
V8TestDictionary::toImpl(isolate, value, impl, exceptionState); |