Remove ActiveDOMCallback
ActiveDOMCallback is just checking if the associated ExecutionContext is suspended or detached. We can do the check using m_scriptState->getExecutionContext(). Then we can remove ActiveDOMCallback. BUG=610176 Review-Url: https://codereview.chromium.org/2605683002 Cr-Commit-Position: refs/heads/master@{#440832}
Showing
Please register or sign in to comment