bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj

This commit is contained in:
Trevor Saunders
2014-08-05 13:33:55 -04:00
parent 3e4fdd6a6f
commit d67df400c1
121 changed files with 336 additions and 336 deletions

View File

@@ -109,7 +109,7 @@ protected:
* Accessible for HTML input@type="text", input@type="password", textarea and
* other HTML text controls.
*/
class HTMLTextFieldAccessible : public HyperTextAccessibleWrap
class HTMLTextFieldAccessible MOZ_FINAL : public HyperTextAccessibleWrap
{
public: