Index: third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp |
index fc4b5451b5bdc83043ada423a49d3c93fc27392b..0455d16b71d46c39345a9ab21ce9d9266eb0dd2a 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.cpp |
@@ -157,6 +157,7 @@ PaymentRequestMockFunctionScope::~PaymentRequestMockFunctionScope() |
v8::Local<v8::Function> PaymentRequestMockFunctionScope::expectCall(String* captor) |
{ |
m_mockFunctions.append(new MockFunction(m_scriptState, captor)); |
+ EXPECT_CALL(*m_mockFunctions.last(), call(testing::_)); |
return m_mockFunctions.last()->bind(); |
} |