Skip to content

Commit

Permalink
Fixed a sendMessage -> send bug in cuddlefish.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolness committed Dec 14, 2010
1 parent 5006637 commit 4bb6934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-utils/lib/cuddlefish.js
Expand Up @@ -97,7 +97,7 @@
var e10s = loader.require("e10s");
var process = e10s.AddonProcess();
loader.console.log("starting main in remote process.");
process.sendMessage("startMain", options.main);
process.send("startMain", options.main);
}
};
} else
Expand Down

0 comments on commit 4bb6934

Please sign in to comment.