summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOptGroupElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOptGroupElement.idl')
-rw-r--r--WebCore/html/HTMLOptGroupElement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/HTMLOptGroupElement.idl b/WebCore/html/HTMLOptGroupElement.idl
index 691bd13..75cead0 100644
--- a/WebCore/html/HTMLOptGroupElement.idl
+++ b/WebCore/html/HTMLOptGroupElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -20,8 +20,8 @@
module html {
interface HTMLOptGroupElement : HTMLElement {
- attribute boolean disabled;
- attribute [ConvertNullToNullString] DOMString label;
+ attribute [Reflect] boolean disabled;
+ attribute [Reflect] DOMString label;
};
}