summaryrefslogtreecommitdiff
path: root/testing/embedder_test.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-06-27 09:47:59 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-27 09:47:59 -0700
commitc08cd7abb2069b6056ec99c8ec5b87524e45df01 (patch)
treea1b919599cd5f3f23aeb9834aff5b6d21c7549ec /testing/embedder_test.h
parentdff03da3d403b72098d5d43ea90b03ed340de5ec (diff)
downloadpdfium-c08cd7abb2069b6056ec99c8ec5b87524e45df01.tar.xz
Fix memory leaks with V8 startup data.
Review-Url: https://codereview.chromium.org/2068563002
Diffstat (limited to 'testing/embedder_test.h')
-rw-r--r--testing/embedder_test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index a176d944c0..6b814a7267 100644
--- a/testing/embedder_test.h
+++ b/testing/embedder_test.h
@@ -125,8 +125,6 @@ class EmbedderTest : public ::testing::Test,
FX_FILEAVAIL file_avail_;
#ifdef PDF_ENABLE_V8
v8::Platform* platform_;
- v8::StartupData natives_;
- v8::StartupData snapshot_;
#endif // PDF_ENABLE_V8
void* external_isolate_;
TestLoader* loader_;