Bug 1099287 - Remove the unused nsJSContext::ReportPendingException; r=bholley

--HG--
extra : rebase_source : 5bd2dd41b5687632af5380a241ab683e1de8bc41
This commit is contained in:
Terrence Cole 2014-11-14 14:58:58 -08:00
Родитель c1111db74b
Коммит df4c5ce286
2 изменённых файлов: 0 добавлений и 13 удалений

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

@ -2411,14 +2411,6 @@ DOMGCSliceCallback(JSRuntime *aRt, JS::GCProgress aProgress, const JS::GCDescrip
(*sPrevGCSliceCallback)(aRt, aProgress, aDesc);
}
void
nsJSContext::ReportPendingException()
{
if (mIsInitialized) {
nsJSUtils::ReportPendingException(mContext);
}
}
void
nsJSContext::SetWindowProxy(JS::Handle<JSObject*> aWindowProxy)
{

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

@ -146,11 +146,6 @@ protected:
nsresult AddSupportsPrimitiveTojsvals(nsISupports *aArg, JS::Value *aArgv);
// Report the pending exception on our mContext, if any. This
// function will set aside the frame chain on mContext before
// reporting.
void ReportPendingException();
private:
void DestroyJSContext();