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

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

Issue 11510013: Making ScriptProcessorNode not an EventTarget. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 0f2de534723b14da1610e2e5f90d3b7a71120bac..7de0f133d0622cd878e855b16248c87a5425ecfd 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -358,6 +358,8 @@ _js_support_checks_additional_element = [
]
js_support_checks = dict({
+ 'AudioContext': "JS('bool', '!!(window.AudioContex ||"
+ " window.webkitAudioContext)')",
'ArrayBuffer': "JS('bool', 'typeof window.ArrayBuffer != \"undefined\"')",
'Crypto':
"JS('bool', '!!(window.crypto && window.crypto.getRandomValues)')",

Powered by Google App Engine
This is Rietveld 408576698