commit | 53f083a7f2f850e0b9ffa375aa5fd47d3a18ee2f | [log] [tgz] |
---|---|---|
author | Tom Sepez <tsepez@chromium.org> | Mon Oct 12 23:33:27 2020 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Mon Oct 12 23:33:27 2020 +0000 |
tree | 7f5c083b3c0496275cf3c4e7eb51d6ff9da996fb | |
parent | 810f16e3cf6f896a86488198c74d5600ebfd5fe7 [diff] [blame] |
Garbage collect last CFWL_ classes. Bug: pdfium:1563 Change-Id: Ib833f903d627b89ed14548629e03372671d095b7 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/75010 Commit-Queue: Tom Sepez <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
diff --git a/xfa/fxfa/cxfa_ffapp.cpp b/xfa/fxfa/cxfa_ffapp.cpp index f924cc8..28b6a91 100644 --- a/xfa/fxfa/cxfa_ffapp.cpp +++ b/xfa/fxfa/cxfa_ffapp.cpp
@@ -33,7 +33,7 @@ bool CXFA_FFApp::LoadFWLTheme(CXFA_FFDoc* doc) { auto* fwl_theme = cppgc::MakeGarbageCollected<CXFA_FWLTheme>( - GetHeap()->GetAllocationHandle(), this); + GetHeap()->GetAllocationHandle(), GetHeap(), this); if (!fwl_theme->LoadCalendarFont(doc)) return false;