Bug 1696717 - Mark GeckoMVMContext final. r=hiro

Again, just drive-by cleanup.

Depends on D107363

Differential Revision: https://phabricator.services.mozilla.com/D107364
This commit is contained in:
Emilio Cobos Álvarez 2021-03-07 21:46:00 +00:00
Родитель d5a1f6115c
Коммит c1467459f8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ class EventTarget;
* This is intended for production use (whereas TestMVMContext is intended for
* testing.)
*/
class GeckoMVMContext : public MVMContext {
class GeckoMVMContext final : public MVMContext {
public:
explicit GeckoMVMContext(dom::Document* aDocument, PresShell* aPresShell);
void AddEventListener(const nsAString& aType, nsIDOMEventListener* aListener,