Camino only - Bug 452066 - Fix incorrect case in a header include.

git-svn-id: svn://10.0.0.236/trunk@253808 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stuart.morgan%alumni.case.edu 2008-08-25 15:34:12 +00:00
parent 56596e152e
commit 4c20e086d3

View File

@ -57,7 +57,7 @@
#include "nsIDOMEventTarget.h"
#include "nsIDOMPopupBlockedEvent.h"
#include "nsIDOMBarProp.h"
#include "nsIDomNSEvent.h"
#include "nsIDOMNSEvent.h"
// XPCOM and String includes
#include "nsIInterfaceRequestorUtils.h"