mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Fix the places where we forward declare mozilla::dom::Nullable as a class, no bug, r=I'm-sick-and-tired-of-MSVC-stupidity
This commit is contained in:
parent
28c14d47a0
commit
3ea7f0f045
@ -21,7 +21,7 @@ namespace dom {
|
||||
class HTMLFormElement;
|
||||
class HTMLImageElement;
|
||||
class OwningNodeListOrElement;
|
||||
template<typename> class Nullable;
|
||||
template<typename> struct Nullable;
|
||||
|
||||
class HTMLFormControlsCollection : public nsIHTMLCollection
|
||||
, public nsWrapperCache
|
||||
|
@ -27,7 +27,7 @@ class ErrorResult;
|
||||
namespace dom {
|
||||
|
||||
class OwningNodeOrHTMLCollection;
|
||||
template<typename> class Nullable;
|
||||
template<typename> struct Nullable;
|
||||
|
||||
class HTMLAllCollection MOZ_FINAL : public nsISupports
|
||||
, public nsWrapperCache
|
||||
|
Loading…
x
Reference in New Issue
Block a user