Chromium Code Reviews| Index: pkg/barback/lib/src/phase.dart |
| diff --git a/pkg/barback/lib/src/phase.dart b/pkg/barback/lib/src/phase.dart |
| index a73ee00a6ee8ba744e603157a81c75a51593d768..48fd46f748dc60a865358f0df8487a9e529e0028 100644 |
| --- a/pkg/barback/lib/src/phase.dart |
| +++ b/pkg/barback/lib/src/phase.dart |
| @@ -165,7 +165,7 @@ class Phase { |
| } |
| /// Remove all phases after this one. |
| - Phase removeFollowing() { |
| + void removeFollowing() { |
| if (_next == null) return; |
| _next.remove(); |
| _next = null; |