зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1275999 part 3. Remove the totally unused XPCJSContextStack::HasJSContext function. r=bholley
This commit is contained in:
Родитель
eb9c30dc03
Коммит
c4994333a5
|
@ -56,15 +56,6 @@ XPCJSContextStack::Push(JSContext* cx)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
XPCJSContextStack::HasJSContext(JSContext* cx)
|
||||
{
|
||||
for (uint32_t i = 0; i < mStack.Length(); i++)
|
||||
if (cx == mStack[i])
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
JSContext*
|
||||
XPCJSContextStack::GetSafeJSContext()
|
||||
{
|
||||
|
|
|
@ -2803,7 +2803,6 @@ public:
|
|||
|
||||
JSContext* InitSafeJSContext();
|
||||
JSContext* GetSafeJSContext();
|
||||
bool HasJSContext(JSContext* cx);
|
||||
|
||||
private:
|
||||
friend class mozilla::dom::danger::AutoCxPusher;
|
||||
|
|
Загрузка…
Ссылка в новой задаче