mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1392891 - Part 5: Devirtualize nsHTMLDocument::GetForms(); r=smaug
This commit is contained in:
parent
0aeb82a9cc
commit
75e9304a93
@ -75,7 +75,7 @@ public:
|
||||
|
||||
virtual nsIContent* GetUnfocusedKeyEventTarget() override;
|
||||
|
||||
virtual nsContentList* GetForms() override;
|
||||
nsContentList* GetForms();
|
||||
|
||||
nsContentList* GetExistingForms() const
|
||||
{
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user