DescriptionArtificially increase the ref count on WebCore strings that we use as
external V8 strings.
We seem to be occasionally losing the data for our external strings.
The current hypothesis is that there is a reference counting bug in
WebCore somewhere which is leading to premature deletion of the string
data. This change is an attempt to verify that this is in fact the
case. By artificially increasing the ref count on the strings, we
should reduce the likelihood of accidental deletion because of ref
counting being slightly off. If we can confirm that this removes most
of the crashes, we know that the problem is WebCore ref counting
related.
BUG=9746
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14838
Patch Set 1 #
Total comments: 2
Patch Set 2 : '' #Patch Set 3 : '' #Messages
Total messages: 3 (0 generated)
|