Chromium Code Reviews
        
  DescriptionRemove 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
Committed: https://crrev.com/1f0db7b935974863cb125198b6f1e93dfb9b8285
Cr-Commit-Position: refs/heads/master@{#415262}
   
  Patch Set 1 #Messages
    Total messages: 13 (8 generated)
     
  
  
       |