Skip to content

Commit 6117af3

Browse files
committed
deps: patch V8 to 7.0.276.22
Refs: v8/v8@7.0.276.20...7.0.276.22 PR-URL: #23160 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9c3c0f4 commit 6117af3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/v8/DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps = {
1717
'v8/tools/gyp':
1818
Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
1919
'v8/third_party/depot_tools':
20-
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '1aa405fd859a3bd625b0d61184d6e4a3cf95c0b4',
20+
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'aaf2cc09c6874e394c6c1e4692360cc400d6b388',
2121
'v8/third_party/icu':
2222
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6',
2323
'v8/third_party/instrumented_libraries':

deps/v8/include/v8-version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define V8_MAJOR_VERSION 7
1212
#define V8_MINOR_VERSION 0
1313
#define V8_BUILD_NUMBER 276
14-
#define V8_PATCH_LEVEL 20
14+
#define V8_PATCH_LEVEL 22
1515

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

deps/v8/src/ia32/macro-assembler-ia32.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ void MacroAssembler::EnterExitFramePrologue(StackFrame::Type frame_type) {
742742
ExternalReference::Create(IsolateAddressId::kCFunctionAddress, isolate());
743743
mov(StaticVariable(c_entry_fp_address), ebp);
744744
mov(StaticVariable(context_address), esi);
745-
mov(StaticVariable(c_function_address), ebx);
745+
mov(StaticVariable(c_function_address), edx);
746746
}
747747

748748

0 commit comments

Comments
 (0)