mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
562 stars 64 forks source link

ensure this._webView defined before calling GuestWebContentsPrototype methods #74

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

A bunch of the GuestWebContentsPrototype methods check if (this._webView) before acting, because they're sometimes called before _this.webView has been assigned. We should ensure that it's defined before any of these methods get called.