DescriptionStringImpl should not be referred from StringImplCF.
StringImplCF has different lifetime from StringImpl.
If Blink instance has been already destroyed, objective-c clean-up code will crash.
We should locally prepare NSString by using AtomicString and not use StringImpl::createCFString.
BUG=305885
TEST=all tests should pass.
Patch Set 1 #
Total comments: 7
Patch Set 2 : Added release #Patch Set 3 : Removed AtomicStringCF.cpp #
Total comments: 2
Messages
Total messages: 13 (0 generated)
|