summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/CDATASection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/CDATASection.idl')
-rw-r--r--WebCore/dom/CDATASection.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/dom/CDATASection.idl b/WebCore/dom/CDATASection.idl
index 7c6c1e6..70a4f55 100644
--- a/WebCore/dom/CDATASection.idl
+++ b/WebCore/dom/CDATASection.idl
@@ -19,11 +19,7 @@
module core {
- interface [
- GenerateConstructor,
- InterfaceUUID=DC8E30FD-42DD-4a12-9B74-78D634321B41,
- ImplementationUUID=10A5D70C-D93E-409c-A6BA-9D7CB4E3D06A
- ] CDATASection : Text {
+ interface CDATASection : Text {
};
}