Revision: 22243
Author: [email protected]
Date: Mon Jul 7 13:21:32 2014 UTC
Log: Version 3.28.15.1 (merged r22228)
Add missing include to timers
[email protected]
BUG=391721
LOG=N
Review URL: https://codereview.chromium.org/377533002
http://code.google.com/p/v8/source/detail?r=22243
Modified:
/trunk/src/base/platform/time.cc
/trunk/src/version.cc
=======================================
--- /trunk/src/base/platform/time.cc Mon Jul 7 00:05:07 2014 UTC
+++ /trunk/src/base/platform/time.cc Mon Jul 7 13:21:32 2014 UTC
@@ -7,6 +7,7 @@
#if V8_OS_POSIX
#include <fcntl.h> // for O_RDONLY
#include <sys/time.h>
+#include <unistd.h>
#endif
#if V8_OS_MACOSX
#include <mach/mach_time.h>
=======================================
--- /trunk/src/version.cc Mon Jul 7 08:17:56 2014 UTC
+++ /trunk/src/version.cc Mon Jul 7 13:21:32 2014 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 28
#define BUILD_NUMBER 15
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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.