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

Unified Diff: core/html/HTMLContentElement.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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
« no previous file with comments | « core/html/HTMLCollection.idl ('k') | core/html/HTMLDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLContentElement.idl
diff --git a/core/html/HTMLContentElement.idl b/core/html/HTMLContentElement.idl
index d03ee3d34487d301ecc5e49030982f4c5d7fcba0..0979cf8d9acb6bc03f705eb702d660b6a5a8f828 100644
--- a/core/html/HTMLContentElement.idl
+++ b/core/html/HTMLContentElement.idl
@@ -27,7 +27,6 @@
// http://w3c.github.io/webcomponents/spec/shadow/#the-content-element
interface HTMLContentElement : HTMLElement {
- // FIXME: select should not have [TreatNullAs=NullString].
- [Reflect, TreatNullAs=NullString] attribute DOMString select;
+ [Reflect] attribute DOMString select;
NodeList getDistributedNodes();
};
« no previous file with comments | « core/html/HTMLCollection.idl ('k') | core/html/HTMLDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698