Remove WTFLogAlways() usages from core/{dom,editing}/.
Use LOG(INFO) instead. For single-line strings like showNode(): [n:n:n/n:n:INFO:Node.cpp(n)] fooBar For multiple-line strings like showTree(): [n:n:n/n:n:INFO:Node.cpp(n)] BODY #text "\n" ... * This CL removes Node::showNode(). It was a simple wrapper for operator<< for Node. * As for HTMLFormattingElementList and SnapCoordinator, just call LOG(INFO) multiple times because they don't show tree structures. BUG=638849 Review-Url: https://codereview.chromium.org/2292843002 Cr-Commit-Position: refs/heads/master@{#415262}
Showing
Please register or sign in to comment