Skip to content
  • darin's avatar
    Reviewed by Don. · 73bc007f
    darin authored
    	- follow-on to my fix for 3125877 that fixes a crash I observed when a plug-in fails to NPP_New
    
            I filed bug 3136870 about the fact that we don't do a good job reporting the error.
    
            * Plugins.subproj/WebBaseNetscapePluginView.m:
            (-[WebBaseNetscapePluginView sendEvent:]): Return quietly if this is called when
    	the plug-in is not started rather than asserting (and doing bad things on Deployment).
            (-[WebBaseNetscapePluginView setWindow]): Ditto.
            (-[WebBaseNetscapePluginView viewHasMoved:]): Just call setWindow since it now checks isStarted.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3204 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    73bc007f