Changeset 77626 in webkit
- Timestamp:
- Feb 4, 2011, 6:54:39 AM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r77625 r77626 1 2011-02-04 Peter Varga <[email protected]> 2 3 Rubber-stamped by Csaba Osztrogonác. 4 5 Replace PCRE with Yarr in WebCore 6 https://bugs.webkit.org/show_bug.cgi?id=53496 7 8 Speculative windows build fix. 9 10 No new tests needed. 11 12 * platform/text/RegularExpression.cpp: 13 1 14 2011-02-04 Peter Varga <[email protected]> 2 15 -
trunk/Source/WebCore/platform/text/RegularExpression.cpp
r77625 r77626 30 30 31 31 #include <wtf/BumpPointerAllocator.h> 32 #include <yarr/Yarr.h> 32 33 #include "Logging.h" 33 #include "yarr/Yarr.h"34 34 35 35 namespace WebCore {
Note:
See TracChangeset
for help on using the changeset viewer.