| Index: third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h b/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| index 17d104f7736ea7389f018094b9620809329d394c..30492b3af7a8e9f533ced870a50f46c6a64f82f5 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <v8.h>
|
|
|
| -#if V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 2)
|
| +#if V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 1)
|
| namespace v8 {
|
|
|
| // In standalone V8 inspector this is expected to be noop anyways...
|
|
|