We should use DLOG(INFO) instead of stderr in core/editing |
||
Issue descriptionOutput to |stderr| outputs nothing in "Immediate Window" in VS. We should use WTFLogAlways(format, ...) instead of fprintf(), fputs(). See "wtf/Assertion.h" for signature and |Node::showTreeForThis()| for usage.
,
Jul 13 2017
Now there is no fprintf(), fputs(). We are using StringBuffer style. |
||
►
Sign in to add a comment |
||
Comment 1 by yosin@chromium.org
, Mar 24 2016