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

Unified Diff: Source/core/html/HTMLDetailsElement.idl

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix error with Perl < 5.14 Created 7 years, 7 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 | « Source/core/fileapi/FileReaderSync.idl ('k') | Source/core/html/HTMLDialogElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDetailsElement.idl
diff --git a/Source/core/html/HTMLDetailsElement.idl b/Source/core/html/HTMLDetailsElement.idl
index 8909fc84eaa6d0c075562dee5d4c8f24cea527e8..aab8c9bba437318fd98ff8335da21c5c31323659 100644
--- a/Source/core/html/HTMLDetailsElement.idl
+++ b/Source/core/html/HTMLDetailsElement.idl
@@ -17,7 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-interface HTMLDetailsElement : HTMLElement {
+[
+ NoInterfaceObject,
+] interface HTMLDetailsElement : HTMLElement {
[Reflect] attribute boolean open;
};
« no previous file with comments | « Source/core/fileapi/FileReaderSync.idl ('k') | Source/core/html/HTMLDialogElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698