Skip to content

Commit

Permalink
Bug 1687538 - Make HTMLLinkElement not inherit from Link. r=smaug
Browse files Browse the repository at this point in the history
As per whatwg/html#6269

Differential Revision: https://phabricator.services.mozilla.com/D103088

UltraBlame original commit: 0927366150b7a0701c893b25d4e4b02e380ca0ec
  • Loading branch information
marco-c committed Feb 1, 2021
1 parent de62ee0 commit 09e1280
Show file tree
Hide file tree
Showing 11 changed files with 203 additions and 866 deletions.
21 changes: 0 additions & 21 deletions dom/base/Link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2211,19 +2211,6 @@ this
mNeedsRegistration
=
aHasHref
&
&
!
mElement
-
>
IsHTMLElement
(
nsGkAtoms
:
:
link
)
;
UnregisterFromHistory
(
Expand Down Expand Up @@ -2435,9 +2422,6 @@ n
;
if
(
mCachedURI
)
{
nsCOMPtr
<
nsISizeOf
Expand All @@ -2448,10 +2432,6 @@ do_QueryInterface
(
mCachedURI
)
;
if
(
iface
)
{
n
Expand All @@ -2468,7 +2448,6 @@ mMallocSizeOf
)
;
}
}
return
n
;
Expand Down
Loading

0 comments on commit 09e1280

Please sign in to comment.