<rdar://problem/
4699166> REGRESSION: Background images in Mail stationery do not load
* WebView/WebUnarchivingState.m:
(-[WebUnarchivingState archivedResourceForURL:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18092
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-12-08 Timothy Hatcher <timothy@apple.com>
+
+ Rolling out a change that broke Mail stationary.
+ <rdar://problem/4699166> REGRESSION: Background images in Mail stationery do not load
+
+ * WebView/WebUnarchivingState.m:
+ (-[WebUnarchivingState archivedResourceForURL:]):
+
2006-12-08 Don Gibson <dgibson77@gmail.com>
Reviewed and landed by Alexey.
- (WebResource *)archivedResourceForURL:(NSURL *)URL
{
- return [archivedResources objectForKey:[URL _web_originalDataAsString]];
+ // FIXME: <rdar://problem/4699166> REGRESSION: Background images in Mail stationery do not load
+ // This should be [URL _web_originalDataAsString]
+ return [archivedResources objectForKey:URL];
}
- (WebArchive *)popSubframeArchiveWithFrameName:(NSString *)frameName