Chromium Code Reviews
DescriptionReplace notImplemented() in core/html/parser/ with DVLOG(1).
This is a part of the task removing notImplemented().
We can't replace notImplemented()s in core/html/parser/ with NOTIMPLEMENTED()
because they hit too frequently.
These logs are not visible by default even in Debug build.
They are visible by --vmodule flag. e.g.
% run-webkit-tests --debug --additional-driver-flag=--vmodule=HTMLTreeBuilder=1
BUG=596760, 597781
Committed: https://crrev.com/62d2d8f07c321e78398a12e1344773f8db169f13
Cr-Commit-Position: refs/heads/master@{#383605}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||