Bug 168675

Summary: [iOS] Remove old WebKit1 MemoryMeasure helper.
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebKit Misc.Assignee: Andreas Kling <kling>
Status: REOPENED ---    
Severity: Normal CC: aakash_jain, commit-queue, koivisto
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=168698
Bug Depends on: 168698    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Andreas Kling 2017-02-21 14:24:02 PST
MemoryMeasure was an old WebKit1-era helper for logging how much memory was freed up by some action.
It doesn't measure anything interesting these days and is only used in one place, so let's get rid of it.
Comment 1 Andreas Kling 2017-02-21 14:26:51 PST
Created attachment 302307 [details]
Patch
Comment 2 WebKit Commit Bot 2017-02-21 15:09:37 PST
Comment on attachment 302307 [details]
Patch

Clearing flags on attachment: 302307

Committed r212768: <http://trac.webkit.org/changeset/212768>
Comment 3 WebKit Commit Bot 2017-02-21 15:09:41 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Commit Bot 2017-02-21 17:56:22 PST
Re-opened since this is blocked by bug 168698