Bug 95878 - SharedBuffer::reportMemoryUsage() does not take into account CFDataArray
Summary: SharedBuffer::reportMemoryUsage() does not take into account CFDataArray
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 11:33 PDT by Pratik Solanki
Modified: 2012-09-06 16:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2012-09-05 11:33:40 PDT
When HAVE(NETWORK_CFDATA_ARRAY_CALLBACK) is set to 1 the result from SharedBuffer::reportMemoryUsage() is wrong. That function should take m_dataArray into account.