<rdar://problem/
4774321> REGRESSION: "Can't find the server" error page contains unstyled text and missing image
We really need some way to test loadHTMLString since it keeps breaking!
* loader/mac/WebFrameLoader.mm:
(-[WebFrameLoader commitProvisionalLoad:]): Set stuff up on the proper data source.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17005
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-12 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Eric.
+
+ <rdar://problem/4774321> REGRESSION: "Can't find the server" error page contains unstyled text and missing image
+
+ We really need some way to test loadHTMLString since it keeps breaking!
+
+ * loader/mac/WebFrameLoader.mm:
+ (-[WebFrameLoader commitProvisionalLoad:]): Set stuff up on the proper data source.
+
2006-10-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
if (sentRedirectNotification)
[self clientRedirectCancelledOrFinished:NO];
- NSURL *baseURL = [[provisionalDocumentLoader request] _webDataRequestBaseURL];
+ NSURL *baseURL = [[pdl request] _webDataRequestBaseURL];
NSURL *URL = baseURL ? baseURL : [response URL];
if (!URL || urlIsEmpty(URL))