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}
12 files changed