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

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 15073004: Properly process the case of CallWith=ScriptArguments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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:
Download patch
« no previous file with comments | « no previous file | tools/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dartium/html_dartium.dart
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
index 86258a17c732c811b6ac847d7573197ca9c33a43..13f4b57384885e0be551820ede2209f55196ca68 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -2054,7 +2054,7 @@ class Console extends NativeFieldWrapperClass1 {
@DomName('Console.markTimeline')
@DocsEditable
- void markTimeline() native "Console_markTimeline_Callback";
+ void markTimeline(Object arg) native "Console_markTimeline_Callback";
@DomName('Console.profile')
@DocsEditable
@@ -2078,7 +2078,7 @@ class Console extends NativeFieldWrapperClass1 {
@DomName('Console.timeStamp')
@DocsEditable
- void timeStamp() native "Console_timeStamp_Callback";
+ void timeStamp(Object arg) native "Console_timeStamp_Callback";
@DomName('Console.trace')
@DocsEditable
« no previous file with comments | « no previous file | tools/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698