| Index: Source/core/platform/text/RegularExpression.h
|
| diff --git a/Source/core/platform/text/RegularExpression.h b/Source/core/platform/text/RegularExpression.h
|
| index 9f779875393b9923b6be1f918caa060453ce0860..8116af1a5a9369f11ad1974591dc4ac388b4d064 100644
|
| --- a/Source/core/platform/text/RegularExpression.h
|
| +++ b/Source/core/platform/text/RegularExpression.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #include <v8.h>
|
| #include "bindings/v8/ScopedPersistent.h"
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|