mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout changeset be729bc526a3 (part of bug 864035)
This commit is contained in:
parent
5b640b3daa
commit
91f60080e1
@ -16,7 +16,6 @@ XPIDL_SOURCES = [
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
EXPORTS.mozilla.dom += [
|
||||
'EnableWebSpeechRecognitionCheck.h',
|
||||
'FakeSpeechRecognitionService.h',
|
||||
'SpeechGrammar.h',
|
||||
'SpeechGrammarList.h',
|
||||
@ -25,8 +24,5 @@ EXPORTS.mozilla.dom += [
|
||||
'SpeechRecognitionResult.h',
|
||||
'SpeechRecognitionResultList.h',
|
||||
'SpeechStreamListener.h',
|
||||
'endpointer.h',
|
||||
'energy_endpointer.h',
|
||||
'energy_endpointer_params.h',
|
||||
]
|
||||
|
||||
|
@ -8,7 +8,16 @@
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIObserver.h"
|
||||
#include "SpeechRecognition.h"
|
||||
|
||||
// nsISpeechRecognitionService needs these declarations
|
||||
namespace mozilla {
|
||||
class AudioSegment;
|
||||
|
||||
namespace dom {
|
||||
class SpeechRecognition;
|
||||
class SpeechRecognitionResultList;
|
||||
}
|
||||
}
|
||||
|
||||
#include "nsISpeechRecognitionService.h"
|
||||
|
||||
|
@ -2,9 +2,6 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#ifndef mozilla_dom_MediaManager_h
|
||||
#define mozilla_dom_MediaManager_h
|
||||
|
||||
#include "MediaEngine.h"
|
||||
#include "mozilla/dom/ContentChild.h"
|
||||
#include "mozilla/Services.h"
|
||||
@ -496,5 +493,3 @@ private:
|
||||
};
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
#endif /* mozilla_dom_MediaManager_h */
|
||||
|
Loading…
Reference in New Issue
Block a user