mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1195755: Don't assert recursion depth sanity on Mac, because there is none. r=me
This commit is contained in:
parent
7a4de50887
commit
03a90c2b97
@ -1138,7 +1138,9 @@ CycleCollectedJSRuntime::RunInMetastableState(already_AddRefed<nsIRunnable>&& aR
|
||||
data.mRecursionDepth = RecursionDepth();
|
||||
|
||||
// There must be an event running to get here.
|
||||
#ifndef MOZ_WIDGET_COCOA
|
||||
MOZ_ASSERT(data.mRecursionDepth > mBaseRecursionDepth);
|
||||
#endif
|
||||
|
||||
mMetastableStateEvents.AppendElement(Move(data));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user