bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user