[Webkit-unassigned] [Bug 45123] New: Markup.waitUntilDone does not call Markup.noAutoDump without LayoutTestController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 12:52:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45123

           Summary: Markup.waitUntilDone does not call Markup.noAutoDump
                    without LayoutTestController
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, tony at chromium.org, abarth at webkit.org,
                    ojan at chromium.org


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().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list