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

Unified Diff: tests/html/window_mangling_test.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « tests/compiler/dart2js/patch_test.dart ('k') | tests/language/bad_override_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/window_mangling_test.dart
diff --git a/tests/html/window_mangling_test.dart b/tests/html/window_mangling_test.dart
index fd0f44e6ba718cfedc12bb4c598ac6f121dc9598..911a1efb96b6e77e660c47d8cafa9f61d23d72d3 100644
--- a/tests/html/window_mangling_test.dart
+++ b/tests/html/window_mangling_test.dart
@@ -8,7 +8,7 @@
#import('dart:html', prefix: 'dom');
// Defined in dom.Window.
-get navigator() => "Dummy";
+get navigator => "Dummy";
$eq(x, y) => false;
$eq$(x, y) => false;
« no previous file with comments | « tests/compiler/dart2js/patch_test.dart ('k') | tests/language/bad_override_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698