Changeset 116589 in webkit


Ignore:
Timestamp:
May 9, 2012 5:56:17 PM (12 years ago)
Author:
abarth@webkit.org
Message:

[Chromium] MockWebSpeechInputController.cpp should be guarded by ENABLE(INPUT_SPEECH)
https://bugs.webkit.org/show_bug.cgi?id=86041

Reviewed by Eric Seidel.

  • DumpRenderTree/chromium/MockWebSpeechInputController.cpp:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r116588 r116589  
     12012-05-09  Adam Barth  <abarth@webkit.org>
     2
     3        [Chromium] MockWebSpeechInputController.cpp should be guarded by ENABLE(INPUT_SPEECH)
     4        https://bugs.webkit.org/show_bug.cgi?id=86041
     5
     6        Reviewed by Eric Seidel.
     7
     8        * DumpRenderTree/chromium/MockWebSpeechInputController.cpp:
     9
    1102012-05-09  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp

    r106965 r116589  
    3333#include <wtf/text/StringBuilder.h>
    3434
     35#if ENABLE(INPUT_SPEECH)
     36
    3537using namespace WebKit;
    3638
     
    197199    m_object->speechTaskFired();
    198200}
     201
     202#endif
Note: See TracChangeset for help on using the changeset viewer.