[Webkit-unassigned] [Bug 41841] Unknown HTML elements should use the HTMLUnknownElement interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 22:29:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=41841


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103132|review?                     |review-
               Flag|                            |




--- Comment #26 from Sam Weinig <sam at webkit.org>  2011-08-05 22:29:58 PST ---
(From update of attachment 103132)
View in context: https://bugs.webkit.org/attachment.cgi?id=103132&action=review

r- for missing licenses.

> Source/WebCore/html/HTMLUnknownElement.h:7
> +
> +#ifndef HTMLUnknownElement_h
> +#define HTMLUnknownElement_h
> +
> +#include "HTMLElement.h"
> +
> +namespace WebCore {

This file is missing a license.

> Source/WebCore/html/HTMLUnknownElement.idl:6
> +module html {
> +
> +    interface HTMLUnknownElement : HTMLElement {
> +    };
> +
> +}

This file is also missing a license.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list