Title: [100748] trunk
Revision
100748
Author
hausm...@webkit.org
Date
2011-11-18 03:50:02 -0800 (Fri, 18 Nov 2011)

Log Message

[Qt] Unreviewed build fix: Export QQuickWebViewExperimental private API
that was added since I made the export patch.

* Source/qtwebkit-export.map:

Modified Paths

Diff

Modified: trunk/ChangeLog (100747 => 100748)


--- trunk/ChangeLog	2011-11-18 11:46:18 UTC (rev 100747)
+++ trunk/ChangeLog	2011-11-18 11:50:02 UTC (rev 100748)
@@ -1,5 +1,12 @@
 2011-11-18  Simon Hausmann  <simon.hausm...@nokia.com>
 
+        [Qt] Unreviewed build fix: Export QQuickWebViewExperimental private API
+        that was added since I made the export patch.
+
+        * Source/qtwebkit-export.map:
+
+2011-11-18  Simon Hausmann  <simon.hausm...@nokia.com>
+
         [Qt] WTR and InjectedBundle should not link statically against JSC/WTF
         https://bugs.webkit.org/show_bug.cgi?id=72697
 

Modified: trunk/Source/qtwebkit-export.map (100747 => 100748)


--- trunk/Source/qtwebkit-export.map	2011-11-18 11:46:18 UTC (rev 100747)
+++ trunk/Source/qtwebkit-export.map	2011-11-18 11:50:02 UTC (rev 100748)
@@ -108,6 +108,9 @@
         *QQuickWebViewPrivateExtension;
         non-virtual?thunk?to?QQuickWebViewPrivateExtension*;
         QQuickWebViewPrivateExtension::*;
+        *QQuickWebViewExperimental;
+        non-virtual?thunk?to?QQuickWebViewExperimental*;
+        QQuickWebViewExperimental::*;
 
         # WebKit 2 C API mangled in C++
         WKStringCopyQString*;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to