mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 855327 - Quick followup to improve variable name;r=jgriffin
This commit is contained in:
parent
218dc7ae75
commit
98bb9e6e88
@ -1202,8 +1202,8 @@ MarionetteServerConnection.prototype = {
|
||||
|
||||
if (this.context == "chrome") {
|
||||
if (this.curFrame) {
|
||||
let wrappedValue = this.curBrowser.elementManager.addToKnownElements(this.curFrame.frameElement);
|
||||
this.sendResponse(wrappedValue, this.command_id);
|
||||
let frameUid = this.curBrowser.elementManager.addToKnownElements(this.curFrame.frameElement);
|
||||
this.sendResponse(frameUid, this.command_id);
|
||||
} else {
|
||||
// no current frame, we're at toplevel
|
||||
this.sendResponse(null, this.command_id);
|
||||
|
Loading…
Reference in New Issue
Block a user