summaryrefslogtreecommitdiff
path: root/testing/embedder_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/embedder_test.cpp')
-rw-r--r--testing/embedder_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/embedder_test.cpp b/testing/embedder_test.cpp
index 6d9907eb7e..02d0fae789 100644
--- a/testing/embedder_test.cpp
+++ b/testing/embedder_test.cpp
@@ -173,8 +173,6 @@ void EmbedderTest::TearDown() {
FPDF_CloseDocument(document_);
FPDFDOC_ExitFormFillEnvironment(form_handle_);
}
- while (v8::platform::PumpMessageLoop(platform_, v8::Isolate::GetCurrent()))
- continue;
FPDFAvail_Destroy(avail_);
FPDF_DestroyLibrary();
v8::V8::ShutdownPlatform();