Bug 855327 - Quick followup to improve variable name;r=jgriffin

This commit is contained in:
William Lachance 2013-07-29 13:49:46 -04:00
parent 218dc7ae75
commit 98bb9e6e88

View File

@ -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);