Skip to content
  • antonm@chromium.org's avatar
    Unreviewed, rolling out r146483. · 59a21b56
    antonm@chromium.org authored
    http://trac.webkit.org/changeset/146483
    https://bugs.webkit.org/show_bug.cgi?id=111695
    
    Source/JavaScriptCore: 
    
    Breaks debug builds.
    
    * bytecode/GlobalResolveInfo.h: Removed property svn:mergeinfo.
    
    Source/Platform: 
    
    Breaks
    
    * Platform.gypi:
    * chromium/public/Platform.h:
    (WebKit):
    (Platform):
    * chromium/public/WebSpeechSynthesisUtterance.h: Removed.
    * chromium/public/WebSpeechSynthesisVoice.h: Removed.
    * chromium/public/WebSpeechSynthesizer.h: Removed.
    * chromium/public/WebSpeechSynthesizerClient.h: Removed.
    
    Source/WebCore: 
    
    Breaks
    
    * Modules/speech/SpeechSynthesis.cpp:
    (WebCore::SpeechSynthesis::boundaryEventOccurred):
    (WebCore::SpeechSynthesis::didStartSpeaking):
    (WebCore::SpeechSynthesis::didPauseSpeaking):
    (WebCore::SpeechSynthesis::didResumeSpeaking):
    (WebCore::SpeechSynthesis::didFinishSpeaking):
    (WebCore::SpeechSynthesis::speakingErrorOccurred):
    (WebCore):
    * Modules/speech/SpeechSynthesis.h:
    (SpeechSynthesis):
    * Modules/speech/SpeechSynthesisUtterance.cpp:
    (WebCore::SpeechSynthesisUtterance::SpeechSynthesisUtterance):
    (WebCore::SpeechSynthesisUtterance::setVoice):
    * Modules/speech/SpeechSynthesisUtterance.h:
    (WebCore::SpeechSynthesisUtterance::text):
    (WebCore::SpeechSynthesisUtterance::setText):
    (WebCore::SpeechSynthesisUtterance::lang):
    (WebCore::SpeechSynthesisUtterance::setLang):
    (WebCore::SpeechSynthesisUtterance::volume):
    (WebCore::SpeechSynthesisUtterance::setVolume):
    (WebCore::SpeechSynthesisUtterance::rate):
    (WebCore::SpeechSynthesisUtterance::setRate):
    (WebCore::SpeechSynthesisUtterance::pitch):
    (WebCore::SpeechSynthesisUtterance::setPitch):
    (WebCore::SpeechSynthesisUtterance::startTime):
    (WebCore::SpeechSynthesisUtterance::setStartTime):
    (WebCore::SpeechSynthesisUtterance::platformUtterance):
    (SpeechSynthesisUtterance):
    * Modules/speech/SpeechSynthesisVoice.h:
    (SpeechSynthesisVoice):
    * WebCore.exp.in:
    * WebCore.gypi:
    * platform/PlatformSpeechSynthesis.h:
    (PlatformSpeechSynthesis):
    * platform/PlatformSpeechSynthesisUtterance.cpp:
    * platform/PlatformSpeechSynthesisUtterance.h:
    (PlatformSpeechSynthesisUtterance):
    (WebCore::PlatformSpeechSynthesisUtterance::client):
    * platform/PlatformSpeechSynthesisVoice.cpp:
    (WebCore::PlatformSpeechSynthesisVoice::create):
    (WebCore::PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice):
    * platform/PlatformSpeechSynthesisVoice.h:
    (PlatformSpeechSynthesisVoice):
    (WebCore::PlatformSpeechSynthesisVoice::voiceURI):
    (WebCore::PlatformSpeechSynthesisVoice::name):
    (WebCore::PlatformSpeechSynthesisVoice::lang):
    (WebCore::PlatformSpeechSynthesisVoice::localService):
    * platform/PlatformSpeechSynthesizer.cpp:
    (WebCore::PlatformSpeechSynthesizer::create):
    (WebCore::PlatformSpeechSynthesizer::PlatformSpeechSynthesizer):
    (WebCore):
    * platform/PlatformSpeechSynthesizer.h:
    (PlatformSpeechSynthesizerClient):
    (WebCore::PlatformSpeechSynthesizer::~PlatformSpeechSynthesizer):
    (PlatformSpeechSynthesizer):
    * platform/chromium/PlatformSpeechSynthesizerChromium.cpp: Removed.
    * platform/chromium/support/WebSpeechSynthesisUtterance.cpp: Removed.
    * platform/chromium/support/WebSpeechSynthesisVoice.cpp: Removed.
    * platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp: Removed.
    * platform/chromium/support/WebSpeechSynthesizerClientImpl.h: Removed.
    * platform/mac/PlatformSpeechSynthesizerMac.mm:
    (-[WebSpeechSynthesisWrapper speakUtterance:WebCore::]):
    (-[WebSpeechSynthesisWrapper speechSynthesizer:didFinishSpeaking:]):
    (WebCore):
    (WebCore::PlatformSpeechSynthesizer::speak):
    * platform/mock/PlatformSpeechSynthesizerMock.cpp:
    (WebCore::PlatformSpeechSynthesizerMock::create):
    (WebCore::PlatformSpeechSynthesizerMock::PlatformSpeechSynthesizerMock):
    (WebCore::PlatformSpeechSynthesizerMock::speakingFinished):
    (WebCore::PlatformSpeechSynthesizerMock::speak):
    * platform/mock/PlatformSpeechSynthesizerMock.h:
    (PlatformSpeechSynthesizerMock):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@146489 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    59a21b56