| Index: Source/core/dom/CDATASection.idl
|
| diff --git a/Source/core/dom/CDATASection.idl b/Source/core/dom/CDATASection.idl
|
| index 939fe27b35f96e01cf5e50e8cc9d6a51c827b20b..8cc323ac661c53c4a9da476643a094caf66c65ce 100644
|
| --- a/Source/core/dom/CDATASection.idl
|
| +++ b/Source/core/dom/CDATASection.idl
|
| @@ -16,7 +16,8 @@
|
| * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
| * Boston, MA 02110-1301, USA.
|
| */
|
| -
|
| +[DoNotCheckConstants]
|
| interface CDATASection : Text {
|
| + const unsigned short nodeType = 4;
|
| };
|
|
|
|
|