mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
need to include the nsIDOMElement.h dont know why this worked on windows
This commit is contained in:
parent
00a6607eaf
commit
d4abd147c5
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "nsIDOMRange.h"
|
||||
#include "nsIDOMElement.h"
|
||||
|
||||
static NS_DEFINE_IID(kIRangeIID, NS_IDOMRANGE_IID);
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "nsIDOMRange.h"
|
||||
#include "nsIDOMElement.h"
|
||||
|
||||
static NS_DEFINE_IID(kIRangeIID, NS_IDOMRANGE_IID);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user