Bug 174660

Summary: Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, darin, ggaren, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2017-07-19 13:43:20 PDT
Replace calls to Vector::resize() with calls to more efficient shrink() / grow() when applicable.
Attachments
Patch (63.39 KB, patch)
2017-07-19 13:48 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-07-19 13:48:03 PDT
Build Bot
Comment 2 2017-07-19 13:49:49 PDT
Attachment 315954 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/runtime/RegExpInlines.h:217: Wrong number of spaces before statement. (expected: 16) [whitespace/indent] [4] Total errors found: 1 in 77 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 3 2017-07-20 13:41:50 PDT
Comment on attachment 315954 [details] Patch r=me
WebKit Commit Bot
Comment 4 2017-07-20 14:06:16 PDT
Comment on attachment 315954 [details] Patch Clearing flags on attachment: 315954 Committed r219702: <http://trac.webkit.org/changeset/219702>
WebKit Commit Bot
Comment 5 2017-07-20 14:06:18 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.