Commit ff03b078 authored by Dorel Luca's avatar Dorel Luca
Browse files

Backed out changeset d4c8a1b56b1a (bug 1593545) for Android mochitest failures...

Backed out changeset d4c8a1b56b1a (bug 1593545) for Android mochitest failures in mobile/android/components/extensions/test/mochitest/test_ext_webNavigation_onCommitted.html. CLOSED TREE
parent 6b9e1c6c
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2593,15 +2593,6 @@ void nsHttpChannel::AssertNotDocumentChannel() {
    return;
  }

#ifndef DEBUG
  if (!StaticPrefs::fission_autostart()) {
    // This assertion is firing in the wild (Bug 1593545) and its not clear
    // why. Disable the assertion in non-fission non-debug configurations to
    // avoid crashing user's browsers until we're done dogfooding fission.
    return;
  }
#endif

  nsCOMPtr<nsIParentChannel> parentChannel;
  NS_QueryNotificationCallbacks(this, parentChannel);
  RefPtr<DocumentChannelParent> documentChannelParent =