Simplify 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.

Review URL: https://codereview.chromium.org/365993002

git-svn-id: svn://svn.chromium.org/blink/trunk@177489 bbb929c8-8fbe-4397-9dbb-9b2b20218538
1 file changed
tree: 319169589f102bf3e20038374091729096e24b70
  1. third_party/