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

Unified Diff: runtime/lib/mirror_reference.dart

Issue 24191005: Syntax fix. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/mirror_reference.dart
diff --git a/runtime/lib/mirror_reference.dart b/runtime/lib/mirror_reference.dart
index b0f7726d7fbeb8548a4a2ee8aa9a24e3e1834e19..89bc4467a31428c477ac7a161dac4e5265b8dd9c 100644
--- a/runtime/lib/mirror_reference.dart
+++ b/runtime/lib/mirror_reference.dart
@@ -4,8 +4,7 @@
class _MirrorReference {
factory _MirrorReference._uninstantiable() {
- throw new UnsupportedError(
- "class _MirrorReference cannot be instantiated");
+ throw new UnsupportedError("class _MirrorReference cannot be instantiated");
}
bool operator ==(other) native "MirrorReference_equals";
« 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