[webkit-reviews] review denied: [Bug 61570] [debug feature] CSSStyleDeclaration should have a way to print cssText : [Attachment 95066] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 16:20:30 PDT 2011


Ryosuke Niwa <rniwa at webkit.org> has denied Annie Sullivan
<sullivan at chromium.org>'s request for review:
Bug 61570: [debug feature] CSSStyleDeclaration should have a way to print
cssText
https://bugs.webkit.org/show_bug.cgi?id=61570

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=95066&action=review

> Source/WebCore/css/CSSStyleDeclaration.cpp:189
> +    fprintf(stderr, "%s", cssText().ascii().data());

Yu need \n after %s.


More information about the webkit-reviews mailing list