Issue #80 - De-unify dom/geolocation

This commit is contained in:
wolfbeast 2020-04-20 19:03:35 +02:00 committed by Roy Tam
commit c5c3c68f46
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ SOURCES += [
'nsGeolocation.cpp',
]
UNIFIED_SOURCES += [
SOURCES += [
'MLSFallback.cpp',
'nsGeoPosition.cpp',
]

View file

@ -7,6 +7,7 @@
#ifndef nsGeoPosition_h
#define nsGeoPosition_h
#include "nsCOMPtr.h"
#include "nsIDOMGeoPositionCoords.h"
#include "nsIDOMGeoPosition.h"
#include "nsString.h"