Changeset 103925 in webkit


Ignore:
Timestamp:
Jan 2, 2012, 10:56:26 PM (13 years ago)
Author:
mitz@apple.com
Message:

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).

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/WebKit2/ChangeLog

    r103917 r103925  
     12012-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
    1102012-01-02  Andy Estes  <aestes@apple.com>
    211
  • TabularUnified trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp

    r103871 r103925  
    27012701
    27022702    if (coreFrame) {
    2703 #if !USE(GC)
     2703#if !USE(CG)
    27042704        UNUSED_PARAM(printInfo);
    27052705
Note: See TracChangeset for help on using the changeset viewer.