[Webkit-unassigned] [Bug 31626] [Qt] layoutTestController.notifyDone() not working when the frame was reloaded.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 19 11:07:50 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31626
--- Comment #9 from Kenneth Rohde Christiansen <kenneth at webkit.org> 2009-11-19 11:07:48 PST ---
(In reply to comment #8)
> putDirectInternal is thus called. I'm debugging that method right now, but I
> would like to know if if is the right thing to do.
in putDirectInternal, all gets to the end:
if (!specificFunction)
return;
slot.setNewProperty(this, offset);
and slot.setNewProperty(this, offset); is executed (specificFunction is 0 in
all cases).
--
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