Title: [94588] trunk/Source/WebKit/qt
Revision
94588
Author
[email protected]
Date
2011-09-06 12:18:52 -0700 (Tue, 06 Sep 2011)

Log Message

[Qt][Symbian] REGRESSION[94105] DumpRenderTree.exe doesn't build on Symbian
https://bugs.webkit.org/show_bug.cgi?id=67644

Patch by Ademar de Souza Reis Jr. <[email protected]> on 2011-09-06
Reviewed by Csaba Osztrogonác.

* symbian/eabi/QtWebKitu.def: add missing entry for
FrameLoaderClientQt::dumpProgressFinishedCallback(bool)

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (94587 => 94588)


--- trunk/Source/WebKit/qt/ChangeLog	2011-09-06 19:03:26 UTC (rev 94587)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-09-06 19:18:52 UTC (rev 94588)
@@ -1,3 +1,13 @@
+2011-09-06  Ademar de Souza Reis Jr.  <[email protected]>
+
+        [Qt][Symbian] REGRESSION[94105] DumpRenderTree.exe doesn't build on Symbian
+        https://bugs.webkit.org/show_bug.cgi?id=67644
+
+        Reviewed by Csaba Osztrogonác.
+
+        * symbian/eabi/QtWebKitu.def: add missing entry for
+        FrameLoaderClientQt::dumpProgressFinishedCallback(bool)
+
 2011-09-05  Kaustubh Atrawalkar  <[email protected]>
 
         Logic from HTMLElement::deprecatedCreateContextualFragment moved into

Modified: trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def (94587 => 94588)


--- trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def	2011-09-06 19:03:26 UTC (rev 94587)
+++ trunk/Source/WebKit/qt/symbian/eabi/QtWebKitu.def	2011-09-06 19:18:52 UTC (rev 94588)
@@ -880,3 +880,4 @@
 	_ZN8QDRTNodeaSERKS_ @ 879 NONAME
 	_ZN23DumpRenderTreeSupportQt21injectInternalsObjectEP9QWebFrame @ 880 NONAME
 	_ZN23DumpRenderTreeSupportQt20resetInternalsObjectEP9QWebFrame @ 881 NONAME
+	_ZN23DumpRenderTreeSupportQt28dumpProgressFinishedCallbackEb @ 882 NONAME
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to