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

Unified Diff: client/dom/scripts/template_wrapping_dom_externs.js

Issue 8873011: Fix AudioContext constructor for Dartc. (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
« no previous file with comments | « client/dom/scripts/template_wrapping_dom.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/template_wrapping_dom_externs.js
diff --git a/client/dom/scripts/template_wrapping_dom_externs.js b/client/dom/scripts/template_wrapping_dom_externs.js
index 22dac8c8736aba4fb6ae9a89715d4bd1756c99b4..52be5bf36a4b91f929cce8490677a85b730edea7 100644
--- a/client/dom/scripts/template_wrapping_dom_externs.js
+++ b/client/dom/scripts/template_wrapping_dom_externs.js
@@ -22,6 +22,8 @@ dart_dom_externs.prototype._dart_localStorage;
dart_dom_externs.prototype.$dom;
// Externs missing from JavaScript back-end.
+Window.prototype.AudioContext;
+Window.prototype.webkitAudioContext;
Window.prototype.webkitRequestAnimationFrame;
Window.prototype.webkitCancelRequestAnimationFrame;
Window.prototype.webkitConvertPointFromPageToNode;
« no previous file with comments | « client/dom/scripts/template_wrapping_dom.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698