summaryrefslogtreecommitdiff
path: root/xpcom/system/nsIPlatformInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/system/nsIPlatformInfo.idl')
-rw-r--r--xpcom/system/nsIPlatformInfo.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/xpcom/system/nsIPlatformInfo.idl b/xpcom/system/nsIPlatformInfo.idl
index fba78b6ec..086a86594 100644
--- a/xpcom/system/nsIPlatformInfo.idl
+++ b/xpcom/system/nsIPlatformInfo.idl
@@ -4,11 +4,17 @@
#include "nsISupports.idl"
-[scriptable, uuid(ab6650cf-0806-4aea-b8f2-40fdae74f1cc)]
+[scriptable, uuid(4700f5a9-0a54-4ba7-8642-5410eca17785)]
interface nsIPlatformInfo : nsISupports
{
/**
- * The version of the XULRunner platform.
+ * The TRUE version of the runtime.
+ */
+ readonly attribute ACString runtimeVersion;
+
+ /**
+ * Deprecated: The version of the XULRunner platform.
+ * Always returns "52.9.0"
*/
readonly attribute ACString platformVersion;