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

Unified Diff: client/dom/generated/src/frog/AudioContext.dart

Issue 8873008: Added constructor for AudioContext for dartc and frog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/dom/generated/src/frog/AudioContext.dart
diff --git a/client/dom/generated/src/frog/AudioContext.dart b/client/dom/generated/src/frog/AudioContext.dart
index 9de18b8d23efbe4a111470a332570e26acd7e773..39c00a341445fdb6111ab5ad07b9174746229e0b 100644
--- a/client/dom/generated/src/frog/AudioContext.dart
+++ b/client/dom/generated/src/frog/AudioContext.dart
@@ -1,5 +1,7 @@
class AudioContext native "*AudioContext" {
+ AudioContext() native;
sra1 2011/12/08 06:19:16 It is slightly strange to have a plain constructor
Jennifer Messerly 2011/12/08 06:31:21 If "webkitAudioContext" is the constructor, why no
+
num currentTime;

Powered by Google App Engine
This is Rietveld 408576698