diff options
Diffstat (limited to 'WebCore/dom/Notation.idl')
-rw-r--r-- | WebCore/dom/Notation.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/dom/Notation.idl b/WebCore/dom/Notation.idl index a16fde6..96351d2 100644 --- a/WebCore/dom/Notation.idl +++ b/WebCore/dom/Notation.idl @@ -19,11 +19,7 @@ module core { - interface [ - GenerateConstructor, - InterfaceUUID=6580C703-F5FF-40a7-ACF2-AB80EBC83CA1, - ImplementationUUID=A52869F7-A3CE-4f4c-8C27-E369C4ED9FF9 - ] Notation : Node { + interface Notation : Node { readonly attribute [ConvertNullStringTo=Null] DOMString publicId; readonly attribute [ConvertNullStringTo=Null] DOMString systemId; }; |