| Index: Source/modules/speech/SpeechRecognition.h
|
| diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h
|
| index ec0e056aa25fe5cd2e3b38ef5a5ce6f507dc3ef9..b16e831a3d99f75c2a354afb371d70cca033be97 100644
|
| --- a/Source/modules/speech/SpeechRecognition.h
|
| +++ b/Source/modules/speech/SpeechRecognition.h
|
| @@ -29,9 +29,9 @@
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/ActiveDOMObject.h"
|
| #include "core/events/EventTarget.h"
|
| -#include "heap/Handle.h"
|
| #include "modules/speech/SpeechGrammarList.h"
|
| #include "modules/speech/SpeechRecognitionResult.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Compiler.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|