Changeset 69648 in webkit


Ignore:
Timestamp:
Oct 13, 2010 4:56:12 AM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-13 Dinu Jacob <dinu.jacob@nokia.com>

Reviewed by Andreas Kling.

[Qt] Update .def file for Symbian
https://bugs.webkit.org/show_bug.cgi?id=47540

Updated symbols for Symbian - added viewportAttributesForSize and
made viewportConfigurationForSize absent based on the API change in
47325

  • symbian/eabi/QtWebKitu.def:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/ChangeLog

    r69636 r69648  
     12010-10-13  Dinu Jacob  <dinu.jacob@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] Update .def file for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=47540
     7
     8        Updated symbols for Symbian - added viewportAttributesForSize and
     9        made viewportConfigurationForSize absent based on the API change in
     10        47325
     11
     12        * symbian/eabi/QtWebKitu.def:
     13
    1142010-10-12  David Leong  <david.leong@nokia.com>
    215
  • trunk/WebKit/qt/symbian/eabi/QtWebKitu.def

    r69310 r69648  
    816816        _ZN23DumpRenderTreeSupportQt32simulateDesktopNotificationClickERK7QString @ 815 NONAME
    817817        _ZN8QWebPage23viewportChangeRequestedEv @ 816 NONAME
    818         _ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME
     818        _ZNK8QWebPage28viewportConfigurationForSizeERK5QSize @ 817 NONAME ABSENT
    819819        _ZN23DumpRenderTreeSupportQt20dumpHistoryCallbacksEb @ 818 NONAME
    820820        _ZN23DumpRenderTreeSupportQt25dumpVisitedLinksCallbacksEb @ 819 NONAME
    821821        _ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 820 NONAME
     822        _ZNK8QWebPage25viewportAttributesForSizeERK5QSize @ 821 NONAME
    822823
     824
Note: See TracChangeset for help on using the changeset viewer.