Title: [105116] branches/safari-534.54-branch/Source/WebKit2
Diff
Modified: branches/safari-534.54-branch/Source/WebKit2/ChangeLog (105115 => 105116)
--- branches/safari-534.54-branch/Source/WebKit2/ChangeLog 2012-01-17 01:21:40 UTC (rev 105115)
+++ branches/safari-534.54-branch/Source/WebKit2/ChangeLog 2012-01-17 01:21:43 UTC (rev 105116)
@@ -1,5 +1,18 @@
2012-01-16 Mark Rowe <[email protected]>
+ Merge r103925.
+
+ 2012-01-02 Dan Bernstein <[email protected]>
+
+ Fixed a typo I made in r103871.
+
+ Fixes <http://webkit.org/b/75450> Inline PDF doesn't preview correctly when attempting to print its frame
+
+ * WebProcess/WebPage/WebPage.cpp:
+ (WebKit::WebPage::drawRectToPDF): Changed USE(GC) to USE(CG).
+
+2012-01-16 Mark Rowe <[email protected]>
+
Merge r103871.
2011-12-31 Dan Bernstein <[email protected]>
Modified: branches/safari-534.54-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (105115 => 105116)
--- branches/safari-534.54-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2012-01-17 01:21:40 UTC (rev 105115)
+++ branches/safari-534.54-branch/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2012-01-17 01:21:43 UTC (rev 105116)
@@ -2384,7 +2384,7 @@
RetainPtr<CFMutableDataRef> pdfPageData(AdoptCF, CFDataCreateMutable(0, 0));
if (coreFrame) {
-#if !USE(GC)
+#if !USE(CG)
UNUSED_PARAM(printInfo);
ASSERT(coreFrame->document()->printing());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes