Chromium Code Reviews
DescriptionAdd a check to make sure we never mis-report being in context while creating it anew.
Occasionally, creating new context may trigger garbage collection, which in turn reaches back
into V8 bindings during the prologue, where we can occasionally call ask for context,
which makes us use incomplete context (or ASSERT in Debug).
R=ager
BUG=25747
TEST=random crashes on build bots should go away.
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||