summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Coordinates.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Coordinates.idl')
-rw-r--r--WebCore/page/Coordinates.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/Coordinates.idl b/WebCore/page/Coordinates.idl
index f847325..5a5a141 100644
--- a/WebCore/page/Coordinates.idl
+++ b/WebCore/page/Coordinates.idl
@@ -25,7 +25,7 @@
module core {
- interface Coordinates {
+ interface [OmitConstructor] Coordinates {
readonly attribute double latitude;
readonly attribute double longitude;
readonly attribute [Custom] double altitude;