Chromium Code Reviews

Unified Diff: Source/core/dom/Element.idl

Issue 464273003: Restructure handling of list type extended attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor fixes Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLFormElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 14f95e7945abc197611229b254095e6099df5d8f..325f36ecfc2243215a6f9463bfd520b91fda8d66 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -19,7 +19,7 @@
*/
[
- SpecialWrapFor=HTMLElement|SVGElement,
+ SpecialWrapFor=(HTMLElement,SVGElement),
] interface Element : Node {
// DOM Level 1 Core
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLFormElement.idl » ('j') | no next file with comments »

Powered by Google App Engine