| commit | f18ffebd279ad21196d988f763313e4a460db316 | [log] [tgz] |
|---|---|---|
| author | haraken <haraken@chromium.org> | Wed Jul 13 03:28:34 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 03:30:10 2016 |
| tree | f93b642a8c646630f4512e6256f34e2e20aa9dc5 | |
| parent | b7f49840eb4c80f98c30e599fb39ae1a41a6eefc [diff] |
Remove DOMWindowProperty::willDetachGlobalObjectFromFrame DOMWindowProperty::willDetachGlobalObjectFromFrame is dispatched at the same timing as ContextLifecycleObserver::contextDestroyed (via Document::detach). Hence this CL replaces DOMWindowProperty::willDetachGlobalObjectFromFrame with ContextLifecycleObserver::contextDestroyed. BUG=610176 Review-Url: https://codereview.chromium.org/2138003002 Cr-Commit-Position: refs/heads/master@{#404961}