Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #3776 from MarcusDenker/3775-checkForSlips-should-…
Browse files Browse the repository at this point in the history
…not-use-methodReference

3775-checkForSlips-should-not-use-methodReference
  • Loading branch information
MarcusDenker committed Jul 6, 2019
2 parents 8980e9a + e476f82 commit a5e7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-Changes/ChangeSet.class.st
Expand Up @@ -688,7 +688,7 @@ ChangeSet >> checkForSlips [
[method := aClass compiledMethodAt: mAssoc key ifAbsent: [nil].
method ifNotNil:
[(self hasReportableSlip: method)
ifTrue: [ slips add: (aClass >> mAssoc key) methodReference ]]]]].
ifTrue: [ slips add: (aClass >> mAssoc key) ]]]]].
^ slips
]

Expand Down

0 comments on commit a5e7b1b

Please sign in to comment.