diff options
Diffstat (limited to 'content/common/speech_recognition_messages.h')
-rw-r--r-- | content/common/speech_recognition_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/speech_recognition_messages.h b/content/common/speech_recognition_messages.h index 864b442..d004b0a 100644 --- a/content/common/speech_recognition_messages.h +++ b/content/common/speech_recognition_messages.h @@ -29,7 +29,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionHypothesis) IPC_STRUCT_TRAITS_END() IPC_STRUCT_TRAITS_BEGIN(content::SpeechRecognitionResult) - IPC_STRUCT_TRAITS_MEMBER(provisional) + IPC_STRUCT_TRAITS_MEMBER(is_provisional) IPC_STRUCT_TRAITS_MEMBER(hypotheses) IPC_STRUCT_TRAITS_END() |