DescriptionPepper: Fix caching for translated nexes.
A refactor of FileDownloader (r284961) broke the caching behavior for nexes
that were translated from pexes; the cache would always end up with entries of
length 0, breaking future loads of the pexe. This is the translated nexe was
written to the wrong file handle, preventing caching of the result.
This change causes the translated nexe to be written to the correct file
handle, fixing the caching behavior.
I manually tested this change on the "game of life" demo at
https://gonativeclient.appspot.com/demo/life, verifying that a cached
translated nexe for the pexe was successfully loaded.
BUG=401121
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287912
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|