| Index: Source/core/platform/text/RegularExpression.cpp
|
| diff --git a/Source/core/platform/text/RegularExpression.cpp b/Source/core/platform/text/RegularExpression.cpp
|
| index fd789b7ceefde6b090d3499e3823efc8e4a2638a..4e1a83b69352e5155d09738fb49e89a00387b326 100644
|
| --- a/Source/core/platform/text/RegularExpression.cpp
|
| +++ b/Source/core/platform/text/RegularExpression.cpp
|
| @@ -33,9 +33,9 @@
|
| // without v8String is difficult, and calling into v8 without V8RecursionScope will
|
| // assert. Perhaps v8 basic utilities shouldn't be in bindings, or we should put
|
| // RegularExpression as some kind of abstract interface that's implemented in bindings.
|
| -#include "V8Binding.h"
|
| -#include "V8PerIsolateData.h"
|
| -#include "V8RecursionScope.h"
|
| +#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/v8/V8PerIsolateData.h"
|
| +#include "bindings/v8/V8RecursionScope.h"
|
|
|
| namespace WebCore {
|
|
|
|
|