[webkit-reviews] review denied: [Bug 41841] Unknown HTML elements should use the HTMLUnknownElement interface : [Attachment 103132] Fix chromium build

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


Sam Weinig <sam at webkit.org> has denied Tom Zakrajsek <tomz at codeaurora.org>'s
request for review:
Bug 41841: Unknown HTML elements should use the HTMLUnknownElement interface
https://bugs.webkit.org/show_bug.cgi?id=41841

Attachment 103132: Fix chromium build
https://bugs.webkit.org/attachment.cgi?id=103132&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
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.


More information about the webkit-reviews mailing list