bug 1146027 - more final r=froydnj

This commit is contained in:
Trevor Saunders
2015-03-21 14:35:18 -04:00
parent 9da4f2165a
commit 2cab0ab3a9
36 changed files with 98 additions and 98 deletions

View File

@@ -23,8 +23,8 @@ namespace dom {
* This class provides a late-bound collection of rows in a table.
* mParent is NOT ref-counted to avoid circular references
*/
class TableRowsCollection : public nsIHTMLCollection,
public nsWrapperCache
class TableRowsCollection final : public nsIHTMLCollection,
public nsWrapperCache
{
public:
explicit TableRowsCollection(HTMLTableElement* aParent);