Skip to content
  • kocienda's avatar
    Fix for this bug: · 4ea6a4b6
    kocienda authored
    	Radar 3102708 (REGRESSION: assertion failure backing up to page)
    
    	KWQCheckCacheObjectStatus did not create an NSURL in a way that
    	dealt with the fact that we handle non-NSURL-compliant URL strings.
    	I have fixed it so it does, and in the process, factored out
    	the code to do it into a new KURL static function (KURL::getNSURLFromString).
    
            * kwq/KWQKURL.h:
            * kwq/KWQKURL.mm:
            (KURL::getNSURL): Now calls through to KURL::getNSURLFromString
            (KURL::encode_string)
            (KURL::getNSURLFromString): New function to handle NSURL creation
            * kwq/KWQLoader.mm:
            (KWQCheckCacheObjectStatus)
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2704 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4ea6a4b6