Skip to content
  • ggaren's avatar
    Reviewed by timo. · 99a1718a
    ggaren authored
            - Fixed: http://bugzilla.opendarwin.org/show_bug.cgi?id=6318
            REGRESSION: Repro crash in JS called from Flash on bdash.net.nz
    
            Since we clear all the plugin data structures in setView, we need to
            clear the windowScriptObject as well. I had already done this in my
            previous patch, but I didn't realize there are two windowScriptObjects
            -- one for Netscape PlugIns, and one for WebKit PlugIns.
    
            * kwq/KWQKHTMLPart.mm:
            (KWQKHTMLPart::setView): Clear the Netscape PlugIn windowScriptObject
            as well.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@11864 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    99a1718a