Commit d8e997ea authored by catch's avatar catch
Browse files

Revert "Issue #3416141 by gorkagr, Jaypan, Wim Leers: big_pipe.js'...

Revert "Issue #3416141 by gorkagr, Jaypan, Wim Leers: big_pipe.js' checkMutation() does not check if node exists before using it"

This reverts commit 2d17900f.

(cherry picked from commit 1a187e37)
parent 598a2607
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@
   */
  function checkMutation(node) {
    return Boolean(
      node &&
      node.nodeType === Node.ELEMENT_NODE &&
        node.nodeName === 'SCRIPT' &&
        node.dataset &&