зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1281276 part 2. Eliminate the unused XPCContext::CallerTypeIsNative/CallerTypeIsKnown methods. r=bholley
This commit is contained in:
Родитель
115145d1e8
Коммит
18ad20362f
|
@ -687,15 +687,6 @@ public:
|
|||
{
|
||||
return LANG_JS == mCallingLangType;
|
||||
}
|
||||
bool CallerTypeIsNative() const
|
||||
{
|
||||
return LANG_NATIVE == mCallingLangType;
|
||||
}
|
||||
bool CallerTypeIsKnown() const
|
||||
{
|
||||
return LANG_UNKNOWN != mCallingLangType;
|
||||
}
|
||||
|
||||
nsresult GetException(nsIException** e)
|
||||
{
|
||||
nsCOMPtr<nsIException> rval = mException;
|
||||
|
|
Загрузка…
Ссылка в новой задаче