diff --git a/source b/source index c674496762c..38094242f54 100644 --- a/source +++ b/source @@ -101888,8 +101888,19 @@ interface NavigationDestination { -
  • If event's interception - state is "none", then return true.

  • +
  • +

    If event's interception + state is "none", then:

    + +
      +
    1. If destination's is same document is false, then + clean up + apiMethodTracker.

    2. + +
    3. Return true.

    4. +
    +
  • Let fromNHE be the current entry of navigation.

  • @@ -102151,9 +102162,6 @@ interface NavigationDestination { handler failure given event and reason. -
  • Clean up - apiMethodTracker.

  • -
  • Clean up after running script given navigation's relevant settings object.