Index: third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
diff --git a/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp b/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
index 0fe2b96a122379bcf90cb3ec99fd04d8d3971f70..a3d21180691bbdfe5540745fe44b133e1010f720 100644 |
--- a/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
+++ b/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp |
@@ -68,7 +68,7 @@ SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis(DOMWindow& window) |
SpeechSynthesis* DOMWindowSpeechSynthesis::speechSynthesis() |
{ |
if (!m_speechSynthesis && frame()) |
- m_speechSynthesis = SpeechSynthesis::create(frame()->domWindow()->executionContext()); |
+ m_speechSynthesis = SpeechSynthesis::create(frame()->domWindow()->getExecutionContext()); |
return m_speechSynthesis; |
} |