From e50eed3a9f5419e20ab0b8636b03b3982a3366f9 Mon Sep 17 00:00:00 2001 From: Colby Russell Date: Sun, 14 Apr 2013 21:32:07 -0400 Subject: [PATCH] Bug 861557 - nsIClassInfo.idl references non-existent nsIClassInfo.h. r=jlebar --- xpcom/components/nsIClassInfo.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpcom/components/nsIClassInfo.idl b/xpcom/components/nsIClassInfo.idl index 5cd45c27598..bab59adde77 100644 --- a/xpcom/components/nsIClassInfo.idl +++ b/xpcom/components/nsIClassInfo.idl @@ -20,8 +20,8 @@ /** * Provides information about a specific implementation class. If you want - * your class to implement nsIClassInfo, see nsIClassInfo.h for instructions -- - * you most likely do not want to inherit from nsIClassInfo. + * your class to implement nsIClassInfo, see nsIClassInfoImpl.h for + * instructions--you most likely do not want to inherit from nsIClassInfo. */ [scriptable, uuid(986c11d0-f340-11d4-9075-0010a4e73d9a)]