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: 51b5cadd3149b4cdd24206444c92996c80911891
  • Loading branch information
marco-c committed Feb 1, 2021
1 parent d7f979a commit a70125f
Show file tree
Hide file tree
Showing 12 changed files with 187 additions and 1,084 deletions.
32 changes: 0 additions & 32 deletions dom/base/Link.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2878,22 +2878,11 @@ we
have
an
href
and
we
'
re
not
a
<
link
>
we
should
register
with
the
/
/
history
.
/
Expand Down Expand Up @@ -2929,19 +2918,6 @@ great
mNeedsRegistration
=
aHasHref
&
&
!
mElement
-
>
IsHTMLElement
(
nsGkAtoms
:
:
link
)
;
/
/
Expand Down Expand Up @@ -3359,9 +3335,6 @@ n
;
if
(
mCachedURI
)
{
nsCOMPtr
<
nsISizeOf
Expand All @@ -3372,10 +3345,6 @@ do_QueryInterface
(
mCachedURI
)
;
if
(
iface
)
{
n
Expand All @@ -3392,7 +3361,6 @@ mMallocSizeOf
)
;
}
}
/
/
The
Expand Down
Loading

0 comments on commit a70125f

Please sign in to comment.