Changeset 61005 in webkit


Ignore:
Timestamp:
Jun 11, 2010 4:47:22 AM (14 years ago)
Author:
jocelyn.turcotte@nokia.com
Message:

[Qt] Second fix attempt for the build break introduced by r61002.

Reviewed by nobody, build fix.

  • Api/qwebpage.cpp:

(QWebPagePrivate::QWebPagePrivate):

Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebpage.cpp

    r61004 r61005  
    269269    WebCore::SecurityOrigin::setLocalLoadPolicy(WebCore::SecurityOrigin::AllowLocalLoadsForLocalAndSubstituteData);
    270270#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0)
    271     WebCore::Font::setCodePath(Font::Complex);
     271    WebCore::Font::setCodePath(WebCore::Font::Complex);
    272272#endif
    273273
  • trunk/WebKit/qt/ChangeLog

    r61004 r61005  
     12010-06-11  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
     2
     3        Reviewed by nobody, build fix.
     4
     5        [Qt] Second fix attempt for the build break introduced by r61002.
     6
     7        * Api/qwebpage.cpp:
     8        (QWebPagePrivate::QWebPagePrivate):
     9
    1102010-06-11  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.