author | Felipe Gomes <felipc@gmail.com> |
Wed, 18 Apr 2012 15:16:34 -0700 (2012-04-18) | |
changeset 91927 | 45ac4e63aee375b83a48903e10ef9542b95e8faa |
parent 91926 | 5c21a9ce79c723298e16c068d54a17e1d02b8264 |
child 91928 | 0c61704a02ea8467dd81571b16d8a4e65ec96af2 |
push id | 8467 |
push user | felipc@gmail.com |
push date | Wed, 18 Apr 2012 22:18:30 +0000 (2012-04-18) |
treeherder | mozilla-inbound@364a45282572 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gavin |
bugs | 738501 |
milestone | 14.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/xpcom/io/nsILocalFileWin.idl +++ b/xpcom/io/nsILocalFileWin.idl @@ -34,17 +34,17 @@ * 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 "nsILocalFile.idl" -[scriptable, uuid(def24611-88a1-2cac-74fd-4b0b12bcaed5)] +[scriptable, uuid(c7b3fd13-30f2-46e5-a0d9-7a79a9b73c5b)] interface nsILocalFileWin : nsILocalFile { /** * getVersionInfoValue * * Retrieve a metadata field from the file's VERSIONINFO block. * Throws NS_ERROR_FAILURE if no value is found, or the value is empty. *