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

Unified Diff: dart/lib/compiler/implementation/lib/native_helper.dart

Issue 10831332: Support new getter syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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: dart/lib/compiler/implementation/lib/native_helper.dart
diff --git a/dart/lib/compiler/implementation/lib/native_helper.dart b/dart/lib/compiler/implementation/lib/native_helper.dart
index 5c42d048773b9ef80f7e5b8a3c7ce46e10c0b8ad..44ad80b495ae9df1681453f66c6d77d0ca9d1f78 100644
--- a/dart/lib/compiler/implementation/lib/native_helper.dart
+++ b/dart/lib/compiler/implementation/lib/native_helper.dart
@@ -259,7 +259,7 @@ class MetaInfo {
MetaInfo(this.tag, this.tags, this.set);
}
-List<MetaInfo> get _dynamicMetadata() {
+List<MetaInfo> get _dynamicMetadata {
// Because [dynamicMetadata] has to be shared with multiple isolates
// that access native classes (eg multiple DOM isolates),
// [_dynamicMetadata] cannot be a field, otherwise all non-main

Powered by Google App Engine
This is Rietveld 408576698