Unreviewed build fix.
Removed temporarily added function signature.
* icu/unicode/unistr.h:
(UnicodeString::extract):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@128340
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-09-12 Michael Saboff <msaboff@apple.com>
+
+ Build fixed for http://trac.webkit.org/changeset/128243
+
+ Unreviewed build fix.
+
+ Removed temporarily added function signature.
+
+ * icu/unicode/unistr.h:
+ (UnicodeString::extract):
+
2012-09-12 Michael Saboff <msaboff@apple.com>
Build fixed for http://trac.webkit.org/changeset/128243
// Removed #if defined(__GNUC__) per ICU defect http://bugs.icu-project.org/trac/ticket/8197
return extract(start, _length, dst, dst!=0 ? 0xffffffff : 0, codepage);
}
-extract(int32_t start,
- int32_t startLength,
- char *target,
- uint32_t targetLength,
- const char *codepage)
#endif
inline void