Backout changeset be729bc526a3 (part of bug 864035)

This commit is contained in:
Mike Hommey 2013-05-18 11:10:45 +02:00
parent 5b640b3daa
commit 91f60080e1
3 changed files with 10 additions and 10 deletions

View File

@ -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',
]

View File

@ -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"

View File

@ -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 */