mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
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:
parent
491f11b715
commit
23a64bbecc
@ -215,6 +215,8 @@ public:
|
||||
};
|
||||
|
||||
%{C++
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
inline
|
||||
const nsQueryInterface
|
||||
do_QueryWrappedNative(nsIXPConnectWrappedNative *aWrappedNative)
|
||||
|
Loading…
x
Reference in New Issue
Block a user