bug 1105074 - make more stuff final r=froydnj

This commit is contained in:
Trevor Saunders
2014-11-25 13:56:07 -05:00
parent 31f1f9ca1a
commit 84413bda51
42 changed files with 119 additions and 119 deletions

View File

@@ -23,8 +23,8 @@ class HTMLImageElement;
class OwningRadioNodeListOrElement;
template<typename> struct Nullable;
class HTMLFormControlsCollection : public nsIHTMLCollection
, public nsWrapperCache
class HTMLFormControlsCollection MOZ_FINAL : public nsIHTMLCollection
, public nsWrapperCache
{
public:
explicit HTMLFormControlsCollection(HTMLFormElement* aForm);