Reviewers: titzer,

Description:
Version 4.2.77.20 (cherry-pick)

Merged 8ceb90356b0098c7df01678359535e4ed4bf05e8

Fix FreeBSD build.

BUG=v8:4079
LOG=N
[email protected]

Please review this at https://codereview.chromium.org/1129843002/

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 21a65f599465d460f1daa2fbb93c79ea5b86dc6f..f10bf50780a9cb999d513a3d6e029d3c7c11c00a 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
 #define V8_MAJOR_VERSION 4
 #define V8_MINOR_VERSION 2
 #define V8_BUILD_NUMBER 77
-#define V8_PATCH_LEVEL 19
+#define V8_PATCH_LEVEL 20

 // 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.

Reply via email to