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

Unified Diff: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart

Issue 11854009: Change spanFromNode to spanFromSpannable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 11 months 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
Index: sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
diff --git a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
index 613dea9d31103c72426dc38b00bd1d83d5c446b8..e5dab4558e70e0cfe899e8f90be471eb8fbc11b9 100644
--- a/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
+++ b/sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
@@ -216,7 +216,7 @@ class Dart2JsDiagnosticListener implements DiagnosticListener {
internalError(message, element: element);
}
- SourceSpan spanFromNode(Node node, [Uri uri]) {
+ SourceSpan spanFromSpannable(Node node, [Uri uri]) {
// TODO(johnniwinther): implement this.
throw 'unimplemented';
}

Powered by Google App Engine
This is Rietveld 408576698