Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: testing/embedder_test.h

Issue 2068563002: Fix memory leaks with V8 startup data. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Fix non-V8 builds Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/pdfium_test.cc ('k') | testing/embedder_test.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/embedder_test.h
diff --git a/testing/embedder_test.h b/testing/embedder_test.h
index a176d944c036d6bad4aa9497369f48cf2333a4bf..6b814a726771c979792086dd46d7086ed5ee3f33 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_;
« no previous file with comments | « samples/pdfium_test.cc ('k') | testing/embedder_test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698