Skip to content

Instantly share code, notes, and snippets.

@jimblandy
Created June 6, 2013 21:52
Show Gist options
  • Save jimblandy/5725306 to your computer and use it in GitHub Desktop.
Save jimblandy/5725306 to your computer and use it in GitHub Desktop.
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