Bug 1503070 part 11. Remove some dead gotDOMRequestResult bits in BrowserElementParent.js. r=ehsan

Nothing sends the 'got-visible' or 'got-set-input-method-active' messages.
This commit is contained in:
Boris Zbarsky 2018-11-01 17:37:48 -04:00
Родитель 9f70661642
Коммит 322b213beb
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -161,8 +161,6 @@ BrowserElementParent.prototype = {
"requested-dom-fullscreen": this._requestedDOMFullscreen,
"fullscreen-origin-change": this._fullscreenOriginChange,
"exit-dom-fullscreen": this._exitDomFullscreen,
"got-visible": this._gotDOMRequestResult,
"got-set-input-method-active": this._gotDOMRequestResult,
"scrollviewchange": this._handleScrollViewChange,
"caretstatechanged": this._handleCaretStateChanged,
};