зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1145781 - Fix hazard on a CLOSED TREE.
This commit is contained in:
Родитель
0d8c63ab94
Коммит
9c4897ec79
|
@ -1259,7 +1259,7 @@ class DebugScopeProxy : public BaseProxyHandler
|
|||
* - ACCESS_LOST if the value has been lost to the debugger
|
||||
*/
|
||||
bool handleUnaliasedAccess(JSContext* cx, Handle<DebugScopeObject*> debugScope,
|
||||
Handle<ScopeObject*> scope, jsid id, Action action,
|
||||
Handle<ScopeObject*> scope, HandleId id, Action action,
|
||||
MutableHandleValue vp, AccessResult* accessResult) const
|
||||
{
|
||||
MOZ_ASSERT(&debugScope->scope() == scope);
|
||||
|
|
Загрузка…
Ссылка в новой задаче