Back out Bug 1127201 (part 2) for various problems.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
void
|
||||
nsTDependentString_CharT::Rebind(const string_type& str, uint32_t startPos)
|
||||
{
|
||||
MOZ_ASSERT(str.Flags() & F_TERMINATED, "Unterminated flat string");
|
||||
NS_ABORT_IF_FALSE(str.Flags() & F_TERMINATED, "Unterminated flat string");
|
||||
|
||||
// If we currently own a buffer, release it.
|
||||
Finalize();
|
||||
|
||||
Reference in New Issue
Block a user