Bug 132653

Summary: Make blob size computation lazy
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

Description Alexey Proskuryakov 2014-05-07 10:52:10 PDT
Blobs should only compute the size when asked to.
Comment 1 Alexey Proskuryakov 2014-05-07 10:53:25 PDT
Created attachment 231006 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-05-07 10:56:17 PDT
Attachment 231006 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:39:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2014-05-07 11:58:15 PDT
Committed <http://trac.webkit.org/r168435>.