Index: third_party/WebKit/Source/modules/speech/SpeechSynthesis.h |
diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h |
index 7a1b6a18862e417c506f327612f95677999292d7..50284c41743646fc02be960a4214ff1f45489380 100644 |
--- a/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h |
+++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesis.h |
@@ -37,7 +37,6 @@ |
namespace blink { |
-class ExceptionState; |
class PlatformSpeechSynthesizerClient; |
class MODULES_EXPORT SpeechSynthesis final : public RefCountedGarbageCollectedEventTargetWithInlineData<SpeechSynthesis>, public PlatformSpeechSynthesizerClient, public ContextLifecycleObserver { |
@@ -51,7 +50,7 @@ public: |
bool speaking() const; |
bool paused() const; |
- void speak(SpeechSynthesisUtterance*, ExceptionState&); |
+ void speak(SpeechSynthesisUtterance*); |
void cancel(); |
void pause(); |
void resume(); |