Bug 141460

Summary: Optimize MutableStyleProperties::removePropertiesInSet()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, commit-queue, darin, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 141321    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-02-10 20:39:30 PST
Optimize MutableStyleProperties::removePropertiesInSet() by doing an in-place removal of the vector properties, using the new and efficient Vector::removalAllMatching().
Comment 1 Chris Dumez 2015-02-10 20:44:15 PST
Created attachment 246370 [details]
Patch
Comment 2 Andreas Kling 2015-02-10 21:17:52 PST
Comment on attachment 246370 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-02-10 22:02:43 PST
Comment on attachment 246370 [details]
Patch

Clearing flags on attachment: 246370

Committed r179917: <http://trac.webkit.org/changeset/179917>
Comment 4 WebKit Commit Bot 2015-02-10 22:02:49 PST
All reviewed patches have been landed.  Closing bug.