mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Bug 1426494 - Share more code between nsIDocument and ShadowRoot
Tag #1375
This commit is contained in:
parent
15f6d2efda
commit
db72493615
23 changed files with 369 additions and 335 deletions
|
|
@ -155,10 +155,7 @@ public:
|
|||
|
||||
virtual void RemovedFromDocShell() override;
|
||||
|
||||
virtual mozilla::dom::Element *GetElementById(const nsAString& aElementId) override
|
||||
{
|
||||
return nsDocument::GetElementById(aElementId);
|
||||
}
|
||||
using mozilla::dom::DocumentOrShadowRoot::GetElementById;
|
||||
|
||||
virtual void DocAddSizeOfExcludingThis(nsWindowSizes* aWindowSizes) const override;
|
||||
// DocAddSizeOfIncludingThis is inherited from nsIDocument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue