RESOLVED FIXED45123
Markup.waitUntilDone does not call Markup.noAutoDump without LayoutTestController
https://bugs.webkit.org/show_bug.cgi?id=45123
Summary Markup.waitUntilDone does not call Markup.noAutoDump without LayoutTestContro...
Ryosuke Niwa
Reported 2010-09-02 12:52:32 PDT
At dump-as-markup.js#L90 we have: Markup.waitUntilDone = function() { layoutTestController.waitUntilDone(); Markup.noAutoDump(); } But if layoutTestController was undefined, we would error at L92 and will never call noAutoDump().
Attachments
Patch (1.12 KB, patch)
2010-09-07 17:58 PDT, Ojan Vafai
tkent: review+
Ojan Vafai
Comment 1 2010-09-07 17:58:09 PDT
Ojan Vafai
Comment 2 2010-09-07 18:27:05 PDT
Note You need to log in before you can comment on or make changes to this bug.