| 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 30492b3af7a8e9f533ced870a50f46c6a64f82f5..0f5b12cbb6cb07e3f9fbf0f4ed9a52e7a7b3d511 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8Compat.h
|
| @@ -23,6 +23,6 @@ public:
|
|
|
| } // namespace v8
|
|
|
| -#endif // V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 2)
|
| +#endif // V8_MAJOR_VERSION < 5 || (V8_MAJOR_VERSION == 5 && V8_MINOR_VERSION < 1)
|
|
|
| #endif // V8Compat_h
|
|
|