2 changed files with 15 additions and 2 deletions
@ -0,0 +1,12 @@
|
||||
diff -Naur webkit-1.2.1.orig/WebCore/platform/text/TextBreakIterator.h webkit-1.2.1/WebCore/platform/text/TextBreakIterator.h
|
||||
--- webkit-1.2.1.orig/WebCore/platform/text/TextBreakIterator.h 2010-03-19 16:20:54.000000000 +0100
|
||||
+++ webkit-1.2.1/WebCore/platform/text/TextBreakIterator.h 2010-06-13 18:42:30.224149922 +0200
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace WebCore {
|
||||
|
||||
- class TextBreakIterator;
|
||||
+ typedef struct UBreakIterator TextBreakIterator;
|
||||
|
||||
// Note: The returned iterator is good only until you get another iterator.
|
||||
|
Loading…
Reference in new issue