Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8Compat.h

Issue 2084343002: v8_inspector: fix compat with V8 5.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change my email in AUTHORS Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698