DescriptionSimplify FullscreenElementStack::fullScreenChangeDelayTimerFired()
This function was needlessly complicated:
1. A null pointer is never pushed to the queues outside of this
function, so by adding a null check for the internal push, the
initial null handling can be removed.
2. !node->inDocument() implies !document()->contains(node.get()), so
the latter can be dropped from the condition.
No observable change is expected from this simplication.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177489
Patch Set 1 #
Total comments: 4
Messages
Total messages: 8 (0 generated)
|