[Webkit-unassigned] [Bug 61570] [debug feature] CSSStyleDeclaration should have a way to print cssText

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


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


Ryosuke Niwa <rniwa at webkit.org> changed:

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




--- Comment #5 from Ryosuke Niwa <rniwa at webkit.org>  2011-05-26 16:20:31 PST ---
(From update of attachment 95066)
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.

-- 
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