[Webkit-unassigned] [Bug 18803] Reproducible Safari crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 14:00:39 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18803





------- Comment #2 from eric at webkit.org  2008-04-29 14:00 PDT -------
function loadComplete() {
        // loadComplete is called by each subframe as it's loaded (as well as
the main document)
        // I think this was an error on the author's part.
        alert("Geronimo!");  // CAUSES CRASH IN SAFARI
        var testNode = document.getElementById("Frame1");
        document.open();
}


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



More information about the webkit-unassigned mailing list