bug 1146027 - more final r=froydnj
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user