Title: [119057] trunk/Source/WebCore
- Revision
- 119057
- Author
- [email protected]
- Date
- 2012-05-30 22:58:45 -0700 (Wed, 30 May 2012)
Log Message
Build fix for WinCE after r118568.
* platform/text/wince/TextBreakIteratorWinCE.cpp:
(WebCore::NonSharedCharacterBreakIterator::NonSharedCharacterBreakIterator):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (119056 => 119057)
--- trunk/Source/WebCore/ChangeLog 2012-05-31 05:54:27 UTC (rev 119056)
+++ trunk/Source/WebCore/ChangeLog 2012-05-31 05:58:45 UTC (rev 119057)
@@ -1,3 +1,10 @@
+2012-05-30 Patrick Gansterer <[email protected]>
+
+ Build fix for WinCE after r118568.
+
+ * platform/text/wince/TextBreakIteratorWinCE.cpp:
+ (WebCore::NonSharedCharacterBreakIterator::NonSharedCharacterBreakIterator):
+
2012-05-30 Abhishek Arya <[email protected]>
Crash in ContainerNode::parserAddChild.
Modified: trunk/Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp (119056 => 119057)
--- trunk/Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp 2012-05-31 05:54:27 UTC (rev 119056)
+++ trunk/Source/WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp 2012-05-31 05:58:45 UTC (rev 119057)
@@ -245,7 +245,7 @@
bool createdIterator = m_iterator && weakCompareAndSwap(reinterpret_cast<void**>(&nonSharedCharacterBreakIterator), m_iterator, 0);
if (!createdIterator)
m_iterator = new CharBreakIterator;
- m_iterator.reset(string, length);
+ m_iterator->reset(buffer, length);
}
NonSharedCharacterBreakIterator::~NonSharedCharacterBreakIterator()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes