Bug 153859

Summary: Remove DOMWrapped parameter from JSKeyValueIterator
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 153787    
Bug Blocks: 151937    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description youenn fablet 2016-02-04 01:52:53 PST
JSKeyValueIterator takes JSWrapper and DOMWrapped as template parameter.
It may be possible to use type_traits to infer DOMWrapped from JSWrapper::wrapped().
Comment 1 youenn fablet 2016-02-04 01:57:33 PST
Created attachment 270645 [details]
Patch
Comment 2 youenn fablet 2016-02-05 00:15:18 PST
Created attachment 270740 [details]
Patch for landing
Comment 3 WebKit Commit Bot 2016-02-05 01:59:20 PST
Comment on attachment 270740 [details]
Patch for landing

Clearing flags on attachment: 270740

Committed r196170: <http://trac.webkit.org/changeset/196170>
Comment 4 WebKit Commit Bot 2016-02-05 01:59:23 PST
All reviewed patches have been landed.  Closing bug.