Title: [88130] trunk/Tools
Revision
88130
Author
kev...@webkit.org
Date
2011-06-04 21:38:09 -0700 (Sat, 04 Jun 2011)

Log Message

[wx] Unreviewed build fixes for recent trunk changes.

Modified Paths


Diff

Modified: trunk/Tools/ChangeLog (88129 => 88130)


--- trunk/Tools/ChangeLog	2011-06-05 04:33:34 UTC (rev 88129)
+++ trunk/Tools/ChangeLog	2011-06-05 04:38:09 UTC (rev 88130)
@@ -1,3 +1,11 @@
+2011-06-04  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [wx] Unreviewed build fixes for recent trunk changes.
+
+        * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
+        (LayoutTestController::setTextDirection):
+        * waf/build/settings.py:
+
 2011-06-04  Martin Robinson  <mrobin...@igalia.com>
 
         Fix the GTK+ build.

Modified: trunk/Tools/DumpRenderTree/wx/LayoutTestControllerWx.cpp (88129 => 88130)


--- trunk/Tools/DumpRenderTree/wx/LayoutTestControllerWx.cpp	2011-06-05 04:33:34 UTC (rev 88129)
+++ trunk/Tools/DumpRenderTree/wx/LayoutTestControllerWx.cpp	2011-06-05 04:38:09 UTC (rev 88130)
@@ -450,11 +450,6 @@
     // FIXME: Implement this.
 }
 
-void LayoutTestController::setJavaScriptProfilingEnabled(bool enabled)
-{
-
-}
-
 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
 {
 
@@ -662,3 +657,8 @@
 {
     // FIXME: Implement this.
 }
+
+void LayoutTestController::setTextDirection(JSStringRef direction)
+{
+    // FIXME: Implement.
+}

Modified: trunk/Tools/waf/build/settings.py (88129 => 88130)


--- trunk/Tools/waf/build/settings.py	2011-06-05 04:33:34 UTC (rev 88129)
+++ trunk/Tools/waf/build/settings.py	2011-06-05 04:38:09 UTC (rev 88130)
@@ -153,6 +153,7 @@
     'Source/WebCore/svg/graphics',
     'Source/WebCore/svg/graphics/filters',
     'Source/WebCore/svg/properties',
+    'Source/WebCore/testing',
     'Source/WebCore/websockets',
     'Source/WebCore/xml',
 ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to