Bug 153859 - Remove DOMWrapped parameter from JSKeyValueIterator
Summary: Remove DOMWrapped parameter from JSKeyValueIterator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on: 153787
Blocks: 151937
  Show dependency treegraph
 
Reported: 2016-02-04 01:52 PST by youenn fablet
Modified: 2016-02-05 01:59 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.44 KB, patch)
2016-02-04 01:57 PST, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (8.22 KB, patch)
2016-02-05 00:15 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.