Bug 1030399 - remove semi-spammy warning from xptiInterfaceInfo.cpp; r=bholley

This warning isn't that helpful anymore, because it means that we don't
have interface info from an .xpt.  For DOM interfaces, that's OK,
because we'll have shimmed interface info instead.  So just remove the
warnings.
This commit is contained in:
Nathan Froyd 2014-06-26 09:55:27 -04:00
parent 0fa02d6134
commit 3966ac2ff9

View File

@ -362,7 +362,6 @@ xptiInterfaceEntry::GetEntryForParam(uint16_t methodIndex,
// This can happen if a declared interface is not available at runtime.
if(!theEntry)
{
NS_WARNING("Declared InterfaceInfo not found");
*entry = nullptr;
return NS_ERROR_FAILURE;
}