Title: [172353] trunk/Tools
Revision
172353
Author
[email protected]
Date
2014-08-08 13:04:19 -0700 (Fri, 08 Aug 2014)

Log Message

Gardening: fix Windows build after r172259.

Not reviewed.

* DumpRenderTree/win/TestRunnerWin.cpp:
(TestRunner::addMockSpeechInputResult): Deleted.
(TestRunner::setMockSpeechInputDumpRect): Deleted.
(TestRunner::startSpeechInput): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (172352 => 172353)


--- trunk/Tools/ChangeLog	2014-08-08 20:00:39 UTC (rev 172352)
+++ trunk/Tools/ChangeLog	2014-08-08 20:04:19 UTC (rev 172353)
@@ -1,3 +1,14 @@
+2014-08-08  Mark Lam  <[email protected]>
+
+        Gardening: fix Windows build after r172259.
+
+        Not reviewed.
+
+        * DumpRenderTree/win/TestRunnerWin.cpp:
+        (TestRunner::addMockSpeechInputResult): Deleted.
+        (TestRunner::setMockSpeechInputDumpRect): Deleted.
+        (TestRunner::startSpeechInput): Deleted.
+
 2014-08-08  Joseph Pecoraro  <[email protected]>
 
         make clean does not work in OpenSource, fails in WebKitLibraries

Modified: trunk/Tools/DumpRenderTree/win/TestRunnerWin.cpp (172352 => 172353)


--- trunk/Tools/DumpRenderTree/win/TestRunnerWin.cpp	2014-08-08 20:00:39 UTC (rev 172352)
+++ trunk/Tools/DumpRenderTree/win/TestRunnerWin.cpp	2014-08-08 20:04:19 UTC (rev 172353)
@@ -338,24 +338,6 @@
     return -1;
 }
 
-void TestRunner::addMockSpeechInputResult(JSStringRef result, double confidence, JSStringRef language)
-{
-    // FIXME: Implement for speech input layout tests.
-    // See https://bugs.webkit.org/show_bug.cgi?id=39485.
-}
-
-void TestRunner::setMockSpeechInputDumpRect(bool flag)
-{
-    // FIXME: Implement for speech input layout tests.
-    // See https://bugs.webkit.org/show_bug.cgi?id=39485.
-}
-
-void TestRunner::startSpeechInput(JSContextRef inputElement)
-{
-    // FIXME: Implement for speech input layout tests.
-    // See https://bugs.webkit.org/show_bug.cgi?id=39485.
-}
-
 void TestRunner::setIconDatabaseEnabled(bool iconDatabaseEnabled)
 {
     // See also <rdar://problem/6480108>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to