summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:03:35 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:03:35 +0200
commitf7ee7bf961b3c7488338a468b54f8934f9c16b28 (patch)
tree6450a225ad44ced398f7a5bce0cc1da537b2b613
parent244539413ebbd8372cc78f130f7e33563d97148a (diff)
downloadUXP-f7ee7bf961b3c7488338a468b54f8934f9c16b28.tar
UXP-f7ee7bf961b3c7488338a468b54f8934f9c16b28.tar.gz
UXP-f7ee7bf961b3c7488338a468b54f8934f9c16b28.tar.lz
UXP-f7ee7bf961b3c7488338a468b54f8934f9c16b28.tar.xz
UXP-f7ee7bf961b3c7488338a468b54f8934f9c16b28.zip
Issue #80 - De-unify dom/geolocation
-rw-r--r--dom/geolocation/moz.build2
-rw-r--r--dom/geolocation/nsGeoPosition.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/dom/geolocation/moz.build b/dom/geolocation/moz.build
index 4339d5a7f..8ac79e8b3 100644
--- a/dom/geolocation/moz.build
+++ b/dom/geolocation/moz.build
@@ -13,7 +13,7 @@ SOURCES += [
'nsGeolocation.cpp',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'MLSFallback.cpp',
'nsGeoPosition.cpp',
]
diff --git a/dom/geolocation/nsGeoPosition.h b/dom/geolocation/nsGeoPosition.h
index 06b406c32..cefb4ae8d 100644
--- a/dom/geolocation/nsGeoPosition.h
+++ b/dom/geolocation/nsGeoPosition.h
@@ -7,6 +7,7 @@
#ifndef nsGeoPosition_h
#define nsGeoPosition_h
+#include "nsCOMPtr.h"
#include "nsIDOMGeoPositionCoords.h"
#include "nsIDOMGeoPosition.h"
#include "nsString.h"