Bug 475901. Rev nsIAccessibleValue iid in CLOSED TREE
authorAlexander Surkov <surkov.alexander@gmail.com>
Tue, 03 Feb 2009 15:45:27 -0500
changeset 24562 e2a835161553596ce0aafcde67fce82e430df032
parent 24561 deed959ce4e5412866a3c49ae1bd7c6b4af3936d
child 24563 39e48052f4e9d1680fb245d13c282ae275e3a98a
push id5116
push userbzbarsky@mozilla.com
push dateTue, 03 Feb 2009 20:45:48 +0000
treeherdermozilla-central@39e48052f4e9 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
bugs475901
milestone1.9.2a1pre
Bug 475901. Rev nsIAccessibleValue iid in CLOSED TREE
accessible/public/nsIAccessibleValue.idl
--- a/accessible/public/nsIAccessibleValue.idl
+++ b/accessible/public/nsIAccessibleValue.idl
@@ -34,17 +34,17 @@
  * and other provisions required by the GPL or the LGPL. If you do not delete
  * the provisions above, a recipient may use your version of this file under
  * the terms of any one of the MPL, the GPL or the LGPL.
  *
  * ***** END LICENSE BLOCK ***** */
 
 #include "nsISupports.idl"
 
-[scriptable, uuid(F4ABBC2F-0F28-47DC-A9E9-F7A1719AB2BE)]
+[scriptable, uuid(42a1e1dc-58cf-419d-bff0-ed3314c70016)]
 interface nsIAccessibleValue : nsISupports
 {
   readonly attribute double maximumValue;
   readonly attribute double minimumValue;
   attribute double currentValue;
   readonly attribute double minimumIncrement;
 };