Chromium Code Reviews
DescriptionDo not listen to errors twice in test_controller.js
Currently we have two error handlers in test_controller.js. One is using
'window.onerror = ...' and one is using 'window.addEVentListener("error", ...)'.
Doing so will give us the same error twice (i.e. for negative tests / failing
tests, we will get an exception which is caused by both mechanisms.)
R=ricow@google.com
Committed: https://code.google.com/p/dart/source/detail?r=23682
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 4 (0 generated)
|