Skip to content
  • darin's avatar
    WebCore: · 3866e312
    darin authored
    	- fixed 3100235 -- nil-deference in khtml::RenderTable at money.cnn.com
    
            * kwq/WebCoreBridge.h: Add needsLayout.
            * kwq/WebCoreBridge.mm: (-[WebCoreBridge needsLayout]): Return true if the render
    	tree root says "layouted" is false. It would be more elegant to use more of this
    	WebCore layout logic and have less of our own on the WebKit side.
    
            * WebCore.pbproj/project.pbxproj: Oh, that Project Builder.
    
    WebKit:
    
    	- fixed 3100235 -- nil-deference in khtml::RenderTable at money.cnn.com
    
            * WebView.subproj/WebHTMLView.m: (-[WebHTMLView drawRect:]):
    	If the WebCore side needs layout, then do layout before trying to draw.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2669 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    3866e312