From 325d7faf23b6aa35ddf4852e698017737c62a140 Mon Sep 17 00:00:00 2001 From: "pvarga@webkit.org" Date: Fri, 4 Feb 2011 14:54:39 +0000 Subject: [PATCH 1/1] 2011-02-04 Peter Varga MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Rubber-stamped by Csaba Osztrogonác. Replace PCRE with Yarr in WebCore https://bugs.webkit.org/show_bug.cgi?id=53496 Speculative windows build fix. No new tests needed. * platform/text/RegularExpression.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77626 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 13 +++++++++++++ Source/WebCore/platform/text/RegularExpression.cpp | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index c3e1deb53eed..c1dedf9e754c 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,16 @@ +2011-02-04 Peter Varga + + Rubber-stamped by Csaba Osztrogonác. + + Replace PCRE with Yarr in WebCore + https://bugs.webkit.org/show_bug.cgi?id=53496 + + Speculative windows build fix. + + No new tests needed. + + * platform/text/RegularExpression.cpp: + 2011-02-04 Peter Varga diff --git a/Source/WebCore/platform/text/RegularExpression.cpp b/Source/WebCore/platform/text/RegularExpression.cpp index dcb152499157..9fc42a08eb63 100644 --- a/Source/WebCore/platform/text/RegularExpression.cpp +++ b/Source/WebCore/platform/text/RegularExpression.cpp @@ -29,8 +29,8 @@ #include "RegularExpression.h" #include +#include #include "Logging.h" -#include "yarr/Yarr.h" namespace WebCore { -- 2.36.0