Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(505)

Unified Diff: pkg/barback/lib/src/pool.dart

Issue 110533005: Add missing import of stack_trace to barback implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/pool.dart
diff --git a/pkg/barback/lib/src/pool.dart b/pkg/barback/lib/src/pool.dart
index c50d19118247dd9ec69735e6eb3df8b37adf8304..4653722528ad5cefdac2eb472f0e5cddd1c62f70 100644
--- a/pkg/barback/lib/src/pool.dart
+++ b/pkg/barback/lib/src/pool.dart
@@ -7,6 +7,8 @@ library barback.pool;
import 'dart:async';
import 'dart:collection';
+import 'package:stack_trace/stack_trace.dart';
+
import 'utils.dart';
// TODO(nweiz): put this somewhere that it can be shared between packages.
@@ -136,4 +138,4 @@ class PoolResource {
_released = true;
_pool._onResourceReleased();
}
-}
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698