DescriptionRemove ActiveDOMCallback::isScriptControllerTerminating
We stopped returning an empty handle from toV8(). Now we can remove the IsEmpty() check
for the handle returned by toV8().
Also this CL removes ActiveDOMCallback::isScriptControllerTerminating.
The check shouldn't have been necessary because if the ScriptController is terminating,
ScriptState::contextIsValid() returns false and we won't reach the check in the first place.
BUG=625512
Committed: https://crrev.com/dffcde2825d2d8bbf7d0e19e978ba95a169c147a
Cr-Commit-Position: refs/heads/master@{#412486}
Patch Set 1 #Messages
Total messages: 10 (4 generated)
|