Created
June 6, 2013 21:52
-
-
Save jimblandy/5725306 to your computer and use it in GitHub Desktop.
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
diff --git a/toolkit/devtools/client/dbg-client.jsm b/toolkit/devtools/client/dbg-client.jsm | |
--- a/toolkit/devtools/client/dbg-client.jsm | |
+++ b/toolkit/devtools/client/dbg-client.jsm | |
@@ -1055,7 +1055,7 @@ ThreadClient.prototype = { | |
after: function (aResponse) { | |
if (aResponse.error) { | |
// There was an error resuming, back to paused state. | |
- self._state = "paused"; | |
+ this._state = "paused"; | |
} | |
return aResponse; | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment