mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #80 - De-unify dom/geolocation
This commit is contained in:
parent
040477a3f3
commit
c5c3c68f46
2 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ SOURCES += [
|
|||
'nsGeolocation.cpp',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'MLSFallback.cpp',
|
||||
'nsGeoPosition.cpp',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#ifndef nsGeoPosition_h
|
||||
#define nsGeoPosition_h
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDOMGeoPositionCoords.h"
|
||||
#include "nsIDOMGeoPosition.h"
|
||||
#include "nsString.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue