mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 873912 - JS warning "anonymous function does not always return a value" resource:///modules/devtools/framework/target.js:218; r=jwalker
This commit is contained in:
parent
67409bc79f
commit
7cbab5978d
@ -221,6 +221,7 @@ TabTarget.prototype = {
|
||||
if (this._tab && this._tab.linkedBrowser) {
|
||||
return this._tab.linkedBrowser.contentWindow;
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
||||
get name() {
|
||||
|
Loading…
Reference in New Issue
Block a user