summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLOptGroupElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLOptGroupElement.idl')
-rw-r--r--Source/WebCore/html/HTMLOptGroupElement.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLOptGroupElement.idl b/Source/WebCore/html/HTMLOptGroupElement.idl
index 26a782fd5..1b53640f4 100644
--- a/Source/WebCore/html/HTMLOptGroupElement.idl
+++ b/Source/WebCore/html/HTMLOptGroupElement.idl
@@ -17,7 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
-interface HTMLOptGroupElement : HTMLElement {
+[
+ JSGenerateToNativeObject,
+] interface HTMLOptGroupElement : HTMLElement {
[Reflect] attribute boolean disabled;
[Reflect] attribute DOMString label;
};