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

Side by Side Diff: client/dom/generated/src/frog/Console.dart

Issue 9125011: Fix for Issue 1075 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/generated/src/interface/Console.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 class Console native "=(typeof console == 'undefined' ? {} : console)" { 2 class Console native "=(typeof console == 'undefined' ? {} : console)" {
3 3
4 MemoryInfo memory; 4 MemoryInfo memory;
5 5
6 List profiles; 6 List profiles;
7 7
8 void assert(bool condition) native; 8 void assert_(bool condition) native;
9 9
10 void count() native; 10 void count() native;
11 11
12 void debug(Object arg) native; 12 void debug(Object arg) native;
13 13
14 void dir() native; 14 void dir() native;
15 15
16 void dirxml() native; 16 void dirxml() native;
17 17
18 void error(Object arg) native; 18 void error(Object arg) native;
(...skipping 21 matching lines...) Expand all
40 void timeStamp() native; 40 void timeStamp() native;
41 41
42 void trace(Object arg) native; 42 void trace(Object arg) native;
43 43
44 void warn(Object arg) native; 44 void warn(Object arg) native;
45 45
46 var dartObjectLocalStorage; 46 var dartObjectLocalStorage;
47 47
48 String get typeName() native; 48 String get typeName() native;
49 } 49 }
OLDNEW
« no previous file with comments | « client/dom/frog/dom_frog.dart ('k') | client/dom/generated/src/interface/Console.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698