Makoto Kato 750b27206e Bug 1729295 - Call super.actorCreated() to use eventDispatcher. r=geckoview-reviewers,agi
When tapping accessiblecaret and moving/releasing it, the follow error occurs.

```
GeckoViewContent[C]: handleEvent: mozcaretstatechanged
Web Content: [JavaScript Error: "TypeError: can't access property "sendRequest", this.eventDispatcher is undefined" {file: "resource:///actors/GeckoViewContentChild.jsm" line: 291}]
Web Content: handleEvent@resource:///actors/GeckoViewContentChild.jsm:291:11
```

I think that we miss super.actorCreated() call in actorCreate(). This might be
regression by bug 1661480.

Differential Revision: https://phabricator.services.mozilla.com/D124639
2021-09-07 23:06:31 +00:00
..