File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ vars = {
66
66
# The list of revisions for these tools comes from Fuchsia, here:
67
67
# https://fuchsia.googlesource.com/integration/+/HEAD/toolchain
68
68
# If there are problems with the toolchain, contact fuchsia-toolchain@.
69
- "clang_revision" : "c2592c374e469f343ecea82d6728609650924259 " ,
70
- "gn_revision" : "d7c2209cebcfe37f46dba7be4e1a7000ffc342fb " ,
69
+ "clang_revision" : "aaaf8e4c409f080f35ea227b20dc6ac8a45c2fa4 " ,
70
+ "gn_revision" : "e62d4e1938a45babc9afb6db543f388cd1802a52 " ,
71
71
72
72
# Scripts that make 'git cl format' work.
73
73
"clang_format_scripts_rev" : "bb994c6f067340c1135eb43eed84f4b33cfa7397" ,
@@ -163,7 +163,7 @@ vars = {
163
163
"webkit_inspection_protocol_rev" : "e4965778e2837adc62354eec3a19123402997897" ,
164
164
"yaml_edit_rev" : "0b74d85fac10b4fbf7d1a347debcf16c8f7b0e9c" ,
165
165
"yaml_rev" : "0971c06490b9670add644ed62182acd6a5536946" ,
166
- "zlib_rev" : "27c2f474b71d0d20764f86f60ef8b00da1a16cda " ,
166
+ "zlib_rev" : "64bbf988543996eb8df9a86877b32917187eba8f " ,
167
167
168
168
# Windows deps
169
169
"crashpad_rev" : "bf327d8ceb6a669607b0dbab5a83a275d03f99ed" ,
Original file line number Diff line number Diff line change 11
11
namespace dart {
12
12
13
13
#if defined(DEBUG)
14
- const intptr_t kSkipCount = 6 ;
14
+ const intptr_t kSkipCount = 7 ;
15
15
#elif !(defined(PRODUCT) || defined(DEBUG))
16
- const intptr_t kSkipCount = 5 ;
16
+ const intptr_t kSkipCount = 6 ;
17
17
#endif
18
18
19
19
} // namespace dart
You can’t perform that action at this time.
0 commit comments