From d0825bca7fe65beaee391d30da42e937db621564 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 14:57:50 +0000 Subject: Merge webkit.org at r54127 : Initial merge by git Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82 --- WebCore/html/HTMLParamElement.idl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'WebCore/html/HTMLParamElement.idl') diff --git a/WebCore/html/HTMLParamElement.idl b/WebCore/html/HTMLParamElement.idl index 805d170..2473381 100644 --- a/WebCore/html/HTMLParamElement.idl +++ b/WebCore/html/HTMLParamElement.idl @@ -19,11 +19,7 @@ module html { - interface [ - GenerateConstructor, - InterfaceUUID=76e05eee-c30d-4d52-a356-271f17b31dbf, - ImplementationUUID=418d8a82-0a99-4c6f-a630-1e6071a74350 - ] HTMLParamElement : HTMLElement { + interface HTMLParamElement : HTMLElement { attribute [ConvertNullToNullString] DOMString name; attribute [ConvertNullToNullString] DOMString type; attribute [ConvertNullToNullString] DOMString value; -- cgit v1.1