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

Unified Diff: sdk/lib/html/html_common/html_common_dart2js.dart

Issue 11887006: Changed @domName annotation in comment to full fledge @DomName annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merged and stuff.' 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/html/html_common/html_common_dart2js.dart
diff --git a/sdk/lib/html/html_common/html_common_dart2js.dart b/sdk/lib/html/html_common/html_common_dart2js.dart
index 81745d3cc778e29d9c8c863266fba8c3c241cad5..0e9c52646a059a76b657df94e15073ed14943275 100644
--- a/sdk/lib/html/html_common/html_common_dart2js.dart
+++ b/sdk/lib/html/html_common/html_common_dart2js.dart
@@ -7,10 +7,12 @@ library html_common;
import 'dart:collection';
import 'dart:html';
+import 'metadata.dart';
+export 'metadata.dart';
+
part 'conversions.dart';
part 'filtered_element_list.dart';
part 'lists.dart';
-part 'metadata.dart';
// For annotating deprecated APIs.
// TODO: remove once @deprecated is added to dart core.

Powered by Google App Engine
This is Rietveld 408576698