зеркало из https://github.com/mozilla/pjs.git
282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin
This commit is contained in:
Родитель
5748c8d6ec
Коммит
e39a4ddeba
|
@ -35,6 +35,8 @@
|
|||
* the terms of any one of the MPL, the GPL or the LGPL.
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
#ifndef nsURIHashKey_h__
|
||||
#define nsURIHashKey_h__
|
||||
|
||||
#include "pldhash.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
@ -79,3 +81,5 @@ public:
|
|||
private:
|
||||
nsCOMPtr<nsIURI> mKey;
|
||||
};
|
||||
|
||||
#endif // nsURIHashKey_h__
|
||||
|
|
Загрузка…
Ссылка в новой задаче