| Index: Source/modules/speech/SpeechSynthesisVoice.h
|
| diff --git a/Source/modules/speech/SpeechSynthesisVoice.h b/Source/modules/speech/SpeechSynthesisVoice.h
|
| index fc2d7e794049a87db9040aace73a92084bff2aa1..6fb0a69a39b68899adbb311d10bac61a63da56e9 100644
|
| --- a/Source/modules/speech/SpeechSynthesisVoice.h
|
| +++ b/Source/modules/speech/SpeechSynthesisVoice.h
|
| @@ -36,7 +36,6 @@
|
| namespace WebCore {
|
|
|
| class SpeechSynthesisVoice FINAL : public RefCountedWillBeGarbageCollectedFinalized<SpeechSynthesisVoice>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<SpeechSynthesisVoice> create(PassRefPtr<PlatformSpeechSynthesisVoice>);
|
|
|
|
|