[webkit-reviews] review denied: [Bug 61986] REGRESSION: Cloned <progress> and <meter> don't work well : [Attachment 95882] Added missed fix on test htmls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 20:57:56 PDT 2011


Kent Tamura <tkent at chromium.org> has denied MORITA Hajime
<morrita at google.com>'s request for review:
Bug 61986: REGRESSION: Cloned <progress> and <meter> don't work well
https://bugs.webkit.org/show_bug.cgi?id=61986

Attachment 95882: Added missed fix on test htmls
https://bugs.webkit.org/attachment.cgi?id=95882&action=review

------- Additional Comments from Kent Tamura <tkent at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=95882&action=review

> Source/WebCore/html/shadow/MeterShadowElement.h:61
> +    virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren()
const;

We don't need such change any more.

> Source/WebCore/html/shadow/MeterShadowElement.h:88
> +    virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren()
const;

ditto.

> Source/WebCore/html/shadow/ProgressShadowElement.h:62
> +    virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren()
const;

ditto.

> Source/WebCore/html/shadow/ProgressShadowElement.h:87
> +    virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren()
const;

ditto.


More information about the webkit-reviews mailing list