[Webkit-unassigned] [Bug 57746] HTMLOptionElement::text incorrectly normalize U+3000 to U+0020.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 08:09:07 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57746
Mihnea Ovidenie <mihnea at adobe.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mihnea at adobe.com
--- Comment #10 from Mihnea Ovidenie <mihnea at adobe.com> 2011-07-26 08:09:07 PST ---
(In reply to comment #9)
> Reopen, because it was rolled out by http://trac.webkit.org/changeset/91756
Hi,
I fixed the build on my machine by adding the new functions to JavaScriptCore.exp:
diff --git a/Source/JavaScriptCore/JavaScriptCore.exp b/Source/JavaScriptCore/JavaScriptCore.exp
index 4a7a3db..d6995a6 100644
--- a/Source/JavaScriptCore/JavaScriptCore.exp
+++ b/Source/JavaScriptCore/JavaScriptCore.exp
@@ -584,9 +584,11 @@ __ZNK3WTF6String12toUIntStrictEPbi
__ZNK3WTF6String13toInt64StrictEPbi
__ZNK3WTF6String14threadsafeCopyEv
__ZNK3WTF6String15stripWhiteSpaceEv
+__ZNK3WTF6String15stripWhiteSpaceEPFbtE
__ZNK3WTF6String16removeCharactersEPFbtE
__ZNK3WTF6String17crossThreadStringEv
__ZNK3WTF6String18simplifyWhiteSpaceEv
+__ZNK3WTF6String18simplifyWhiteSpaceEPFbtE
__ZNK3WTF6String19characterStartingAtEj
__ZNK3WTF6String4utf8Eb
__ZNK3WTF6String5asciiEv
Regards,
--
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