[Webkit-unassigned] [Bug 78435] UString.h will crash if is8bit is checked and UString::isNull() == true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 14:17:26 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78435





--- Comment #8 from Geoffrey Garen <ggaren at apple.com>  2012-02-12 14:17:26 PST ---
Adam,

I think Benjamin is suggesting -- and I agree -- that you should fix WTFString as well, so that UString and WTFString remain consistent. We need this consistency so we can eliminate UString over time, in favor of WTFString.

WTFString contains this:

    bool is8Bit() const { return m_impl->is8Bit(); }

You should fix it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list