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

Unified Diff: tool/input_sdk/lib/async/broadcast_stream_controller.dart

Issue 1413303005: Fix field override error (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 1 month 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 | « lib/runtime/dart/async.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk/lib/async/broadcast_stream_controller.dart
diff --git a/tool/input_sdk/lib/async/broadcast_stream_controller.dart b/tool/input_sdk/lib/async/broadcast_stream_controller.dart
index 9a9df84010030f5be6b94856d280db3257ceec08..401cf17c80ef978fa2e32c9e519b08de0d8c11f9 100644
--- a/tool/input_sdk/lib/async/broadcast_stream_controller.dart
+++ b/tool/input_sdk/lib/async/broadcast_stream_controller.dart
@@ -37,8 +37,6 @@ class _BroadcastSubscription<T> extends _ControllerSubscription<T>
_next = _previous = this;
}
- _BroadcastStreamController<T> get _controller => super._controller;
-
bool _expectsEvent(int eventId) =>
(_eventState & _STATE_EVENT_ID) == eventId;
« no previous file with comments | « lib/runtime/dart/async.js ('k') | tool/sdk_expected_errors.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698