Index: testing/embedder_test.cpp |
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp |
index 151987fbb298dea2c4131c25f2235badbe49786b..5dc5a66eb644fdf0c180e1bce5d141744ae3dcad 100644 |
--- a/testing/embedder_test.cpp |
+++ b/testing/embedder_test.cpp |
@@ -348,7 +348,7 @@ FPDF_PAGE EmbedderTest::GetPageTrampoline(FPDF_FORMFILLINFO* info, |
FPDF_DOCUMENT document, |
int page_index) { |
EmbedderTest* test = static_cast<EmbedderTest*>(info); |
- return test->delegate_->GetPage(test->m_pFormfillinfo, document, page_index); |
+ return test->delegate_->GetPage(test->form_handle(), document, page_index); |
} |
// Can't use gtest-provided main since we need to stash the path to the |