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

Unified Diff: utils/css/cssselectorexception.dart

Issue 9695048: Template parser (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Siggi's comments Created 8 years, 9 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
« no previous file with comments | « utils/css/cssoptions.dart ('k') | utils/css/generate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/css/cssselectorexception.dart
diff --git a/utils/css/cssselectorexception.dart b/utils/css/cssselectorexception.dart
index 81d935d961f2ccc63200d749027ee9cf36c00f06..2077ed7986187e9162e82bd84b1bfde4e591309a 100644
--- a/utils/css/cssselectorexception.dart
+++ b/utils/css/cssselectorexception.dart
@@ -8,7 +8,7 @@
/** Can be thrown on any Css runtime problem includes source location. */
class CssSelectorException implements Exception {
final String _message;
- final lang.SourceSpan _location;
+ final SourceSpan _location;
CssSelectorException(this._message, [this._location = null]);
« no previous file with comments | « utils/css/cssoptions.dart ('k') | utils/css/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698