DescriptionUnhide 'window.console' by renaming console variable in layout tests
There is a 'console' variable in layout tests which is hiding 'window.console',
so 'window.console' is not working in layout tests.
Renamed it from 'console' to 'consoleDiv' so that 'window.console'
can be used for debugging purpose.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198132
Patch Set 1 #
Total comments: 2
Patch Set 2 : addressed nits #
Messages
Total messages: 8 (3 generated)
|