зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d5a1f6115c
Коммит
c1467459f8
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче