Chromium Code Reviews
DescriptionReport the size of |ScriptResource::m_script| as decoded size
Previously, |m_script| was reported as encoded data, while it is not |m_data|.
This CL reports |m_script| as decoded data and call
setEncodedSizeMemoryUsage(0) instead, to prevent |m_script| from being
reported both as encoded and decoded data to memory-infra.
BUG=643135
Committed: https://crrev.com/e95fdfd5cb10bc3f0e99916374b55d917d004f96
Cr-Commit-Position: refs/heads/master@{#430483}
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Rebase #Patch Set 4 : Rebase #Patch Set 5 : rebase #Messages
Total messages: 22 (15 generated)
|