Title: [146645] trunk/Source/WebCore
Revision
146645
Author
[email protected]
Date
2013-03-22 13:14:05 -0700 (Fri, 22 Mar 2013)

Log Message

Coordinates.idl lacks Conditional=GEOLOCATION
https://bugs.webkit.org/show_bug.cgi?id=112949

Patch by Steve Block <[email protected]> on 2013-03-22
Reviewed by Steve Block.

No new tests, build optimization only.

* page/Coordinates.idl: Added GEOLOCATION conditional guard.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (146644 => 146645)


--- trunk/Source/WebCore/ChangeLog	2013-03-22 20:04:15 UTC (rev 146644)
+++ trunk/Source/WebCore/ChangeLog	2013-03-22 20:14:05 UTC (rev 146645)
@@ -1,3 +1,14 @@
+2013-03-22  Steve Block  <[email protected]>
+
+        Coordinates.idl lacks Conditional=GEOLOCATION
+        https://bugs.webkit.org/show_bug.cgi?id=112949
+
+        Reviewed by Steve Block.
+
+        No new tests, build optimization only.
+
+        * page/Coordinates.idl: Added GEOLOCATION conditional guard.
+
 2013-03-22  Daniel Cheng  <[email protected]>
 
         Data store should be readable in dragstart/copy/cut events

Modified: trunk/Source/WebCore/Modules/geolocation/Coordinates.idl (146644 => 146645)


--- trunk/Source/WebCore/Modules/geolocation/Coordinates.idl	2013-03-22 20:04:15 UTC (rev 146644)
+++ trunk/Source/WebCore/Modules/geolocation/Coordinates.idl	2013-03-22 20:14:05 UTC (rev 146645)
@@ -24,6 +24,7 @@
  */
 
 [
+    Conditional=GEOLOCATION,
     OmitConstructor,
     ImplementationLacksVTable
 ] interface Coordinates {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to