[Webkit-unassigned] [Bug 66223] [Qt] inspector/debugger/open-close-open.html fails on Qt port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 06:15:49 PDT 2011


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





--- Comment #3 from Zoltan Herczeg <zherczeg at webkit.org>  2011-08-18 06:15:49 PST ---
WebCore::InspectorController::show
Source/WebCore/inspector/InspectorController.cpp:326

Runs earlier than

WebCore::InspectorFrontendHost::disconnectFromBackend
Source/WebCore/inspector/InspectorFrontendHost.cpp:175

Thus, it destroys the window, and cause this test to fail.

Both are called from WebCore/page/DOMTimer.cpp thus, there is a usual async problem here.

-- 
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