Skip to content

Commit be169f8

Browse files
stephenmcgruerCommit bot
authored andcommitted
Version 4.7.80.24 (cherry-pick)
Merged e89226a Add cstdarg header to log-utils.h R=hablich BUG=chromium:561662 NOTRY=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1473223007 Cr-Commit-Position: refs/branch-heads/4.7@{#35} Cr-Branched-From: f3c8926-refs/heads/master@{#31014}
1 parent a10202d commit be169f8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

include/v8-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 4
1212
#define V8_MINOR_VERSION 7
1313
#define V8_BUILD_NUMBER 80
14-
#define V8_PATCH_LEVEL 23
14+
#define V8_PATCH_LEVEL 24
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

src/log-utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef V8_LOG_UTILS_H_
66
#define V8_LOG_UTILS_H_
77

8+
#include <cstdarg>
9+
810
#include "src/allocation.h"
911
#include "src/base/platform/mutex.h"
1012
#include "src/flags.h"

0 commit comments

Comments
 (0)