Changeset 77626 in webkit


Ignore:
Timestamp:
Feb 4, 2011, 6:54:39 AM (15 years ago)
Author:
[email protected]
Message:

2011-02-04 Peter Varga <[email protected]>

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:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r77625 r77626  
     12011-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
    1142011-02-04  Peter Varga  <[email protected]>
    215
  • trunk/Source/WebCore/platform/text/RegularExpression.cpp

    r77625 r77626  
    3030
    3131#include <wtf/BumpPointerAllocator.h>
     32#include <yarr/Yarr.h>
    3233#include "Logging.h"
    33 #include "yarr/Yarr.h"
    3434
    3535namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.