Changeset 87023 in webkit


Ignore:
Timestamp:
May 21, 2011 3:52:42 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-21 Nancy Piedra <nancy.piedra@nokia.com>

Reviewed by Andreas Kling.

[Qt][Symbian] WKStringCopyQString function is not exported
https://bugs.webkit.org/show_bug.cgi?id=59285

A few functions were declared twice but without the export macro.
On Symbian, the linking failed when trying to reference these functions.

  • UIProcess/API/qt/qgraphicswkview.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r87022 r87023  
     12011-05-21  Nancy Piedra  <nancy.piedra@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt][Symbian] WKStringCopyQString function is not exported
     6        https://bugs.webkit.org/show_bug.cgi?id=59285
     7
     8        A few functions were declared twice but without the export macro.
     9        On Symbian, the linking failed when trying to reference these functions.
     10
     11        * UIProcess/API/qt/qgraphicswkview.h:
     12
    1132011-05-21  Jeremy Noble  <jer.noble@apple.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.h

    r86767 r87023  
    1717class WebView;
    1818};
    19 
    20 WKStringRef WKStringCreateWithQString(const QString& qString);
    21 QString WKStringCopyQString(WKStringRef stringRef);
    2219
    2320class QWEBKIT_EXPORT QGraphicsWKView : public QGraphicsWidget {
Note: See TracChangeset for help on using the changeset viewer.