Skip to content

Commit

Permalink
modified xpcom interface to fix outside connections
Browse files Browse the repository at this point in the history
  • Loading branch information
iyshannon authored and rpl committed Nov 6, 2012
1 parent 86bf1fa commit 44f7b0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MozRepl.idl
Expand Up @@ -6,7 +6,7 @@ interface nsIObserver;
[scriptable, uuid(57f4284b-1f9b-4990-8525-9ed5cbb23e01)] [scriptable, uuid(57f4284b-1f9b-4990-8525-9ed5cbb23e01)]
interface nsIMozRepl: nsISupports interface nsIMozRepl: nsISupports
{ {
void start(in short port); void start(in short port, in boolean loopbackOnly);


void stop(); void stop();


Expand Down
Binary file modified components/MozRepl.xpt
Binary file not shown.

0 comments on commit 44f7b0a

Please sign in to comment.