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

Unified Diff: tools/dom/dom.json

Issue 27308006: Supporting non-SSVs in CustomEvent.detail (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 8e3c217a5708f0ce1792e2dc891ef0a04eacbd21..970a7b7e39c0ccaf844742bf373522b9a9cc0f97 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -1174,6 +1174,9 @@
"CustomEvent": {
"comment": "http://www.w3.org/TR/DOM-Level-3-Events/#interface-CustomEvent",
"members": {
+ "_detail": {
+ "support_level": "untriaged"
+ },
"detail": {},
"initCustomEvent": {}
},

Powered by Google App Engine
This is Rietveld 408576698