| Index: Source/core/platform/text/RegularExpression.h
|
| diff --git a/Source/core/platform/text/RegularExpression.h b/Source/core/platform/text/RegularExpression.h
|
| index 2911b435af07292b66d9e2eb06b99873f8aba5da..9f779875393b9923b6be1f918caa060453ce0860 100644
|
| --- a/Source/core/platform/text/RegularExpression.h
|
| +++ b/Source/core/platform/text/RegularExpression.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef RegularExpression_h
|
| #define RegularExpression_h
|
|
|
| -#include "ScopedPersistent.h"
|
| +#include <v8.h>
|
| +#include "bindings/v8/ScopedPersistent.h"
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/text/WTFString.h>
|
| -#include <v8.h>
|
|
|
| namespace WebCore {
|
|
|
|
|