[webkit-reviews] review denied: [Bug 105839] [HTMLTemplateElement] Allow <template> content to be inspected : [Attachment 180901] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 29 03:03:19 PST 2012


Pavel Feldman <pfeldman at chromium.org> has denied Rafael Weinstein
<rafaelw at chromium.org>'s request for review:
Bug 105839: [HTMLTemplateElement] Allow <template> content to be inspected
https://bugs.webkit.org/show_bug.cgi?id=105839

Attachment 180901: Patch
https://bugs.webkit.org/attachment.cgi?id=180901&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=180901&action=review


> Source/WebCore/inspector/InspectorDOMAgent.cpp:1300
> +	   if (element->hasTagName(HTMLNames::templateTag))

#if ENABLE(TEMPLATE_ELEMENT)

> Source/WebCore/inspector/front-end/DOMAgent.js:78
> +    if (payload.templateContent) {

No need for {} around one line block.


More information about the webkit-reviews mailing list