Bug 1392891 - Part 5: Devirtualize nsHTMLDocument::GetForms(); r=smaug

This commit is contained in:
Ehsan Akhgari 2017-08-26 23:32:36 -04:00
parent 0aeb82a9cc
commit 75e9304a93
2 changed files with 1 additions and 6 deletions

View File

@ -75,7 +75,7 @@ public:
virtual nsIContent* GetUnfocusedKeyEventTarget() override;
virtual nsContentList* GetForms() override;
nsContentList* GetForms();
nsContentList* GetExistingForms() const
{

View File

@ -50,11 +50,6 @@ public:
virtual bool IsWriting() = 0;
/**
* Get the list of form elements in the document.
*/
virtual nsContentList* GetForms() = 0;
/**
* Should be called when an element's editable changes as a result of
* changing its contentEditable attribute/property.