summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-25 23:29:47 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-25 23:29:47 +0000
commit9f004841a248c7c17f536be77d7af67de7b3f39b (patch)
tree4efbf2cb6c89ba8427ca48bd1615416105234d7a /dom/base
parent62568d94d5e7b9b3cccb3d7cbf5b284005568845 (diff)
downloadUXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.gz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.lz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.xz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.zip
Issue #1053 - Part 1c: Remove references to mobile/android targets and paths
Diffstat (limited to 'dom/base')
-rw-r--r--dom/base/ScreenOrientation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/base/ScreenOrientation.h b/dom/base/ScreenOrientation.h
index 0604d87c6..c69ad69cb 100644
--- a/dom/base/ScreenOrientation.h
+++ b/dom/base/ScreenOrientation.h
@@ -16,8 +16,6 @@ namespace mozilla {
namespace dom {
class Promise;
-// Make sure that any change to ScreenOrientationInternal values are
-// also made in mobile/android/base/GeckoScreenOrientation.java
typedef uint32_t ScreenOrientationInternal;
static const ScreenOrientationInternal eScreenOrientation_None = 0;