зеркало из https://github.com/mozilla/gecko-dev.git
Bug 932804 - Fix oop frame tapping bug, r=dburns
This commit is contained in:
Родитель
b79760c359
Коммит
a5d6a11b99
|
@ -22,7 +22,7 @@ let remoteFrames = [];
|
||||||
*/
|
*/
|
||||||
function MarionetteRemoteFrame(windowId, frameId) {
|
function MarionetteRemoteFrame(windowId, frameId) {
|
||||||
this.windowId = windowId; //outerWindowId relative to main process
|
this.windowId = windowId; //outerWindowId relative to main process
|
||||||
this.frameId = frameId ? frameId : null; //actual frame relative to windowId's frames list
|
this.frameId = frameId; //actual frame relative to windowId's frames list
|
||||||
this.targetFrameId = this.frameId; //assigned FrameId, used for messaging
|
this.targetFrameId = this.frameId; //assigned FrameId, used for messaging
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче