Bug 17157 - Don't get onload handled url from provisionalDocumentLoder()
Summary: Don't get onload handled url from provisionalDocumentLoder()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2008-02-02 12:46 PST by Kevin Ollivier
Modified: 2008-02-03 19:43 PST (History)
0 users

See Also:


Attachments
Get the URL from documentLoader instead of provisionalDocumentLoader() (1.25 KB, patch)
2008-02-02 12:47 PST, Kevin Ollivier
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Ollivier 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. :)
Comment 1 Kevin Ollivier 2008-02-02 12:47:13 PST
Created attachment 18873 [details]
Get the URL from documentLoader instead of provisionalDocumentLoader()
Comment 2 Darin Adler 2008-02-03 13:11:18 PST
Comment on attachment 18873 [details]
Get the URL from documentLoader instead of provisionalDocumentLoader()

r=me
Comment 3 Kevin Ollivier 2008-02-03 19:43:34 PST
Landed in r29957. Thanks!