Changeset 70030 in webkit


Ignore:
Timestamp:
Oct 18, 2010 10:37:04 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-18 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>

Reviewed by Laszlo Gombos.

[Qt] Export QWebPage::ViewportAttributes class.
https://bugs.webkit.org/show_bug.cgi?id=47845

  • Api/qwebpage.h:
  • symbian/eabi/QtWebKitu.def:
Location:
trunk/WebKit/qt
Files:
3 edited

Legend:

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

    r69825 r70030  
    209209    };
    210210
    211     class ViewportAttributes {
     211    class QWEBKIT_EXPORT ViewportAttributes {
    212212    public:
    213213        ViewportAttributes();
  • trunk/WebKit/qt/ChangeLog

    r69968 r70030  
     12010-10-18  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Export QWebPage::ViewportAttributes class.
     6        https://bugs.webkit.org/show_bug.cgi?id=47845
     7
     8        * Api/qwebpage.h:
     9        * symbian/eabi/QtWebKitu.def:
     10
    1112010-10-18  Pavel Feldman  <pfeldman@chromium.org>
    212
  • trunk/WebKit/qt/symbian/eabi/QtWebKitu.def

    r69648 r70030  
    821821        _ZN23DumpRenderTreeSupportQt9plainTextERK8QVariant @ 820 NONAME
    822822        _ZNK8QWebPage25viewportAttributesForSizeERK5QSize @ 821 NONAME
     823        _ZN8QWebPage18ViewportAttributesC1ERKS0_ @ 822 NONAME
     824        _ZN8QWebPage18ViewportAttributesC1Ev @ 823 NONAME
     825        _ZN8QWebPage18ViewportAttributesC2ERKS0_ @ 824 NONAME
     826        _ZN8QWebPage18ViewportAttributesC2Ev @ 825 NONAME
     827        _ZN8QWebPage18ViewportAttributesD1Ev @ 826 NONAME
     828        _ZN8QWebPage18ViewportAttributesD2Ev @ 827 NONAME
     829        _ZN8QWebPage18ViewportAttributesaSERKS0_ @ 828 NONAME
    823830
    824 
Note: See TracChangeset for help on using the changeset viewer.