author | Chris Peterson <cpeterson@mozilla.com> |
Thu, 27 Mar 2014 21:31:02 -0400 | |
changeset 194966 | 9051a06f0268ba529d567e3022a5440fe71b1c60 |
parent 194965 | c83c52c332be910d7048ea84ae357fceb3c7506e |
child 194967 | f3476de5a68039ddb09ee0886478c9ff99d8902a |
push id | 3624 |
push user | asasaki@mozilla.com |
push date | Mon, 09 Jun 2014 21:49:01 +0000 |
treeherder | mozilla-beta@b1a5da15899a [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | janv |
bugs | 989199 |
milestone | 31.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/xpfe/components/directory/nsDirectoryViewer.cpp +++ b/xpfe/components/directory/nsDirectoryViewer.cpp @@ -50,17 +50,16 @@ #include "nsICategoryManager.h" #include "nsXPCOMCID.h" #include "nsIDocument.h" #include "mozilla/Preferences.h" #include "nsCxPusher.h" using namespace mozilla; -static const int FORMAT_HTML = 2; static const int FORMAT_XUL = 3; //---------------------------------------------------------------------- // // Common CIDs // static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);