summaryrefslogtreecommitdiffstats
path: root/dom/geolocation
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 19:03:35 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:23 +0200
commitca04b379104159dfe7e73e513a32d65e765f4747 (patch)
tree199e6e9ac2ef5f6be807bd848af9459596948485 /dom/geolocation
parentf3b26f64fc167a76229e4033980f28eef51792b5 (diff)
downloadUXP-ca04b379104159dfe7e73e513a32d65e765f4747.tar
UXP-ca04b379104159dfe7e73e513a32d65e765f4747.tar.gz
UXP-ca04b379104159dfe7e73e513a32d65e765f4747.tar.lz
UXP-ca04b379104159dfe7e73e513a32d65e765f4747.tar.xz
UXP-ca04b379104159dfe7e73e513a32d65e765f4747.zip
Issue #80 - De-unify dom/geolocation
Diffstat (limited to '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"