Bug 349899 --enable-xpctools still fails during XULrunner build

Fixing regression from Bug 285404 faster access to XPConnectWrappedNative's native pointer
nsIXPConnect now *uses* classes from nsCOMPtr.h so it should pull in the file instead of expecting poor confused consumers to do so.
r=bsmedberg
This commit is contained in:
timeless%mozdev.org 2006-09-13 14:27:31 +00:00
Родитель 491f11b715
Коммит 23a64bbecc
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -215,6 +215,8 @@ public:
};
%{C++
#include "nsCOMPtr.h"
inline
const nsQueryInterface
do_QueryWrappedNative(nsIXPConnectWrappedNative *aWrappedNative)