mozilla / positron

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

don't assume the webview has a content document #86

Closed mykmelez closed 8 years ago

mykmelez commented 8 years ago

The <webview> isn't guaranteed to have a content document, so we should ensure it does before trying to get its URL.

mykmelez commented 8 years ago

@brendandahl, does that seem reasonable?