Bug 105683

Summary: [Qt] Remove misspelled ENABLE(SPEECH_INPUT) guard
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, allan.jensen, cmarcelo, hausmann, kbalazs, menard, ossy, webkit.review.bot
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed change none

Description Laszlo Gombos 2012-12-22 21:43:44 PST
ENABLE(SPEECH_INPUT) is only used in one Qt specific file - ./WebKit2/WebProcess/qt/WebProcessQt.cpp:#if ENABLE(SPEECH_INPUT).

The macros should be likely spelled ENABLE(INPUT_SPEECH) instead.
Comment 1 Laszlo Gombos 2013-01-25 12:36:24 PST
Created attachment 184795 [details]
proposed change

After a second look I think it is better to remove the guard instead of renaming it.
Comment 2 WebKit Review Bot 2013-01-29 03:33:44 PST
Comment on attachment 184795 [details]
proposed change

Clearing flags on attachment: 184795

Committed r141092: <http://trac.webkit.org/changeset/141092>
Comment 3 WebKit Review Bot 2013-01-29 03:33:48 PST
All reviewed patches have been landed.  Closing bug.