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

Unified Diff: runtime/lib/timeline.dart

Issue 2612043002: Fixes to patch files necessary to use the analyzer (Closed)
Patch Set: Created 3 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: runtime/lib/timeline.dart
diff --git a/runtime/lib/timeline.dart b/runtime/lib/timeline.dart
index b2aa16506e5bcd7f27b1dd87514ef691e63933a5..55a40e84d0a86a3a674d018bc636bec9719d2bd0 100644
--- a/runtime/lib/timeline.dart
+++ b/runtime/lib/timeline.dart
@@ -22,7 +22,7 @@
@patch void _reportCompleteEvent(
int start,
- int end,
+ int startCpu,
String category,
String name,
String argumentsAsJson) native "Timeline_reportCompleteEvent";

Powered by Google App Engine
This is Rietveld 408576698