Index: Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp |
index c77ea4b3711f9ea72234cb897d1db87da0c9afab..e6fedf07d53ebb912220e2cb36c577a985e15ae0 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -8116,7 +8116,7 @@ static void overloadedMethodJ2Method(const v8::FunctionCallbackInfo<v8::Value>& |
testDictionaryArg = TestDictionary::create(); |
} |
} |
- impl->overloadedMethodJ(testDictionaryArg); |
+ impl->overloadedMethodJ(*testDictionaryArg); |
} |
static void overloadedMethodJMethod(const v8::FunctionCallbackInfo<v8::Value>& info) |