DescriptionNOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it.
Because PPB_Var_Deprecated_Proxy::OnMsgReleaseObject() can
defer a ReleaseVar() call past the time an instance is destroyed, and because
as part of instance destruction HostVarTracker::ForceReleaseNPObject() forcibly
zeroes a variable's ref_count and deletes it, the deferred ReleaseVar() call
will hit this path frequently and blow up the debugger.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133968
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 2 (0 generated)
|