| commit | 39a62799e3d7d69725863d324d265c06f03b6c75 | [log] [tgz] |
|---|---|---|
| author | eero.hakkinen <eero.hakkinen@intel.com> | Fri Jul 08 13:59:31 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 14:03:16 2016 |
| tree | 44fc3629e95d56db62bb5c6608be636316e933d2 | |
| parent | 8204efcf337a42af04aebcee8827026b317071f0 [diff] |
Remove unneeded type indirections from CallbackPromiseAdapter. Now that Blink uses std::unique_ptr instead of OwnPtr, type mapping structs and using-declarations in CallbackPromiseAdapter are no-ops and can thus be removed. Review-Url: https://codereview.chromium.org/2131873002 Cr-Commit-Position: refs/heads/master@{#404346}