Changeset 103925 in webkit
- Timestamp:
- Jan 2, 2012, 10:56:26 PM (13 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebKit2/ChangeLog ¶
r103917 r103925 1 2012-01-02 Dan Bernstein <mitz@apple.com> 2 3 Fixed a typo I made in r103871. 4 5 Fixes <http://webkit.org/b/75450> Inline PDF doesn't preview correctly when attempting to print its frame 6 7 * WebProcess/WebPage/WebPage.cpp: 8 (WebKit::WebPage::drawRectToPDF): Changed USE(GC) to USE(CG). 9 1 10 2012-01-02 Andy Estes <aestes@apple.com> 2 11 -
TabularUnified trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp ¶
r103871 r103925 2701 2701 2702 2702 if (coreFrame) { 2703 #if !USE( GC)2703 #if !USE(CG) 2704 2704 UNUSED_PARAM(printInfo); 2705 2705
Note:
See TracChangeset
for help on using the changeset viewer.