Bug 17157

Summary: Don't get onload handled url from provisionalDocumentLoder()
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Wx
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Get the URL from documentLoader instead of provisionalDocumentLoader() darin: review+

Kevin Ollivier
Reported 2008-02-02 12:46:03 PST
This is a simple typo fix. Doesn't make sense (and is bad) to get properties from the provisional document loader when the load is far past being provisional. :)
Attachments
Get the URL from documentLoader instead of provisionalDocumentLoader() (1.25 KB, patch)
2008-02-02 12:47 PST, Kevin Ollivier
darin: review+
Kevin Ollivier
Comment 1 2008-02-02 12:47:13 PST
Created attachment 18873 [details] Get the URL from documentLoader instead of provisionalDocumentLoader()
Darin Adler
Comment 2 2008-02-03 13:11:18 PST
Comment on attachment 18873 [details] Get the URL from documentLoader instead of provisionalDocumentLoader() r=me
Kevin Ollivier
Comment 3 2008-02-03 19:43:34 PST
Landed in r29957. Thanks!
Note You need to log in before you can comment on or make changes to this bug.