Title: [87023] trunk/Source/WebKit2
Revision
87023
Author
[email protected]
Date
2011-05-21 15:52:42 -0700 (Sat, 21 May 2011)

Log Message

2011-05-21  Nancy Piedra  <[email protected]>

        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:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87022 => 87023)


--- trunk/Source/WebKit2/ChangeLog	2011-05-21 22:30:01 UTC (rev 87022)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-21 22:52:42 UTC (rev 87023)
@@ -1,3 +1,15 @@
+2011-05-21  Nancy Piedra  <[email protected]>
+
+        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:
+
 2011-05-21  Jeremy Noble  <[email protected]>
 
         Reviewed by Eric Carlson.

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.h (87022 => 87023)


--- trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.h	2011-05-21 22:30:01 UTC (rev 87022)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qgraphicswkview.h	2011-05-21 22:52:42 UTC (rev 87023)
@@ -17,9 +17,6 @@
 class WebView;
 };
 
-WKStringRef WKStringCreateWithQString(const QString& qString);
-QString WKStringCopyQString(WKStringRef stringRef);
-
 class QWEBKIT_EXPORT QGraphicsWKView : public QGraphicsWidget {
     Q_OBJECT
     Q_PROPERTY(QString title READ title)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to