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

Unified Diff: lib/dom/dom.dart

Issue 10821012: Autogenerate additional arguments for fanky methods. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: lib/dom/dom.dart
diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
index 51cd412c59d699f3f732b742900d559682faf49f..dd0d6e924de6d9ca9bf50ebf5c43965f02c507f9 100644
--- a/lib/dom/dom.dart
+++ b/lib/dom/dom.dart
@@ -1274,13 +1274,13 @@ interface Console {
void assertCondition(bool condition, Object arg);
- void count();
+ void count(Object arg);
void debug(Object arg);
- void dir();
+ void dir(Object arg);
- void dirxml();
+ void dirxml(Object arg);
void error(Object arg);
@@ -1294,7 +1294,7 @@ interface Console {
void log(Object arg);
- void markTimeline();
+ void markTimeline(Object arg);
void profile(String title);

Powered by Google App Engine
This is Rietveld 408576698