Title: [128340] trunk/Source/WTF
Revision
128340
Author
msab...@apple.com
Date
2012-09-12 11:11:16 -0700 (Wed, 12 Sep 2012)

Log Message

Build fixed for http://trac.webkit.org/changeset/128243

Unreviewed build fix.

Removed temporarily added function signature.

* icu/unicode/unistr.h:
(UnicodeString::extract):

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (128339 => 128340)


--- trunk/Source/WTF/ChangeLog	2012-09-12 17:46:45 UTC (rev 128339)
+++ trunk/Source/WTF/ChangeLog	2012-09-12 18:11:16 UTC (rev 128340)
@@ -4,6 +4,17 @@
 
         Unreviewed build fix.
 
+        Removed temporarily added function signature.
+
+        * icu/unicode/unistr.h:
+        (UnicodeString::extract):
+
+2012-09-12  Michael Saboff  <msab...@apple.com>
+
+        Build fixed for http://trac.webkit.org/changeset/128243
+
+        Unreviewed build fix.
+
         Change UnicodeString::extract for gcc based on ICU fix described in
         http://bugs.icu-project.org/trac/ticket/8197.
 

Modified: trunk/Source/WTF/icu/unicode/unistr.h (128339 => 128340)


--- trunk/Source/WTF/icu/unicode/unistr.h	2012-09-12 17:46:45 UTC (rev 128339)
+++ trunk/Source/WTF/icu/unicode/unistr.h	2012-09-12 18:11:16 UTC (rev 128340)
@@ -4089,11 +4089,6 @@
   // 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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to