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

Unified Diff: tools/dom/scripts/generator.py

Issue 873803002: Add webkitAudioPannerNode as an optional name (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« tests/html/audiocontext_test.dart ('K') | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/generator.py
diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
index 48bb24a2ef71612e48d48278926b0b16037f6f18..74fc03e09a967dd4fda68b916c5dd09f7c16d63a 100644
--- a/tools/dom/scripts/generator.py
+++ b/tools/dom/scripts/generator.py
@@ -161,7 +161,7 @@ _dart2js_dom_custom_native_specs = monitored.Dict(
'OscillatorNode': 'OscillatorNode,Oscillator',
- 'PannerNode': 'PannerNode,AudioPannerNode',
+ 'PannerNode': 'PannerNode,AudioPannerNode,webkitAudioPannerNode',
'RTCPeerConnection': 'RTCPeerConnection,mozRTCPeerConnection',
« tests/html/audiocontext_test.dart ('K') | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698