Index: Source/WebCore/platform/KURLGoogle.cpp |
=================================================================== |
--- Source/WebCore/platform/KURLGoogle.cpp (revision 94868) |
+++ Source/WebCore/platform/KURLGoogle.cpp (working copy) |
@@ -284,6 +284,7 @@ |
dest->m_utf8 = CString(m_utf8.data(), m_utf8.length()); |
dest->m_utf8IsASCII = m_utf8IsASCII; |
dest->m_stringIsValid = false; |
+ dest->m_string = String(); // Clear the invalid string to avoid cross thread ref counting. |
} |
String KURLGooglePrivate::componentString(const url_parse::Component& comp) const |