mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
8084162a69
commit
ee227f7f8a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user