Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created November 13, 2012 19:47
Show Gist options
  • Save jimblandy/4067940 to your computer and use it in GitHub Desktop.
Save jimblandy/4067940 to your computer and use it in GitHub Desktop.
DebuggerTransport comment patch
# 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