mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 909003 - Part e: Remove some includes from SpeechGrammarList.h; r=bz
This commit is contained in:
parent
ffdbcf4823
commit
95b28b0e58
@ -7,6 +7,7 @@
|
||||
#include "SpeechGrammarList.h"
|
||||
|
||||
#include "mozilla/dom/SpeechGrammarListBinding.h"
|
||||
#include "mozilla/ErrorResult.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
@ -6,21 +6,24 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "EnableWebSpeechRecognitionCheck.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsWrapperCache.h"
|
||||
#include "js/TypeDecls.h"
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/dom/BindingUtils.h"
|
||||
|
||||
#include "EnableWebSpeechRecognitionCheck.h"
|
||||
#include "SpeechGrammar.h"
|
||||
struct JSContext;
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
class ErrorResult;
|
||||
|
||||
namespace dom {
|
||||
|
||||
class GlobalObject;
|
||||
class SpeechGrammar;
|
||||
template<typename> class Optional;
|
||||
|
||||
class SpeechGrammarList MOZ_FINAL : public nsISupports,
|
||||
public nsWrapperCache,
|
||||
public EnableWebSpeechRecognitionCheck
|
||||
|
Loading…
Reference in New Issue
Block a user