Reviewers: titzer,
Description:
Version 4.3.61.18 (cherry-pick)
Merged 8ceb90356b0098c7df01678359535e4ed4bf05e8
Fix FreeBSD build.
BUG=v8:4079
LOG=N
[email protected]
Please review this at https://codereview.chromium.org/1126233002/
Base URL: https://chromium.googlesource.com/v8/[email protected]
Affected files (+2, -1 lines):
M include/v8-version.h
M src/compiler/graph-visualizer.h
Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index
19729b09b6a63f642bb308b5bf0fcfbb6a107358..ee03ba8c194211e5dc15d4b9b374962207d1e18d
100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 4
#define V8_MINOR_VERSION 3
#define V8_BUILD_NUMBER 61
-#define V8_PATCH_LEVEL 17
+#define V8_PATCH_LEVEL 18
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
Index: src/compiler/graph-visualizer.h
diff --git a/src/compiler/graph-visualizer.h
b/src/compiler/graph-visualizer.h
index
17094c23c57c37a93433565bbfba91aa193f1c97..0e6a6471b84a639f2a1af3ccf1e9f687fe9275dd
100644
--- a/src/compiler/graph-visualizer.h
+++ b/src/compiler/graph-visualizer.h
@@ -5,6 +5,7 @@
#ifndef V8_COMPILER_GRAPH_VISUALIZER_H_
#define V8_COMPILER_GRAPH_VISUALIZER_H_
+#include <stdio.h>
#include <iosfwd>
namespace v8 {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.