Created
November 13, 2012 19:47
-
-
Save jimblandy/4067940 to your computer and use it in GitHub Desktop.
DebuggerTransport comment patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HG changeset patch | |
# Parent ac0d8052d26c75b44c5a25ea227c08d0446dc2a2 | |
diff --git a/toolkit/devtools/debugger/dbg-transport.js b/toolkit/devtools/debugger/dbg-transport.js | |
--- a/toolkit/devtools/debugger/dbg-transport.js | |
+++ b/toolkit/devtools/debugger/dbg-transport.js | |
@@ -14,7 +14,7 @@ Cu.import("resource://gre/modules/NetUti | |
* | |
* @param aInput nsIInputStream | |
* The input stream. | |
- * @param aOutput nsIOutputStream | |
+ * @param aOutput nsIAsyncOutputStream | |
* The output stream. | |
* | |
* Given a DebuggerTransport instance dt: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment