Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#7599 from willkg/fix-launch-830240
Browse files Browse the repository at this point in the history
Bug 830240 - Fix launchWithName, a=test-only
  • Loading branch information
lightsofapollo committed Jan 14, 2013
2 parents 751827e + 3a234a0 commit bd97699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/atoms/gaia_apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ var GaiaApps = {
waitFor(
function() {
let app = runningApps[origin];
let result = {frame: app.frame.id,
src: app.frame.src,
let result = {frame: app.frame.firstChild.id,
src: app.iframe.src,
name: app.name,
origin: origin};

Expand Down

0 comments on commit bd97699

Please sign in to comment.