diff --git a/DEPS b/DEPS index f5b93b58036..0f4f93e7a32 100644 --- a/DEPS +++ b/DEPS @@ -80,7 +80,7 @@ vars = { "jsc_tag": "version:310306", # https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang - "clang_version": "git_revision:637e9bc0f7637f5da0883c99c4a782f3e8d5e20a", + "clang_version": "git_revision:26697f4d07eb921aebabdaa7d064c5165c70717e", # https://chrome-infra-packages.appspot.com/p/gn/gn "gn_version": "git_revision:6e8dcdebbadf4f8aa75e6a4b6e0bdf89dce1513a", diff --git a/runtime/bin/dart_io_api_impl.cc b/runtime/bin/dart_io_api_impl.cc index d1ab03a3136..11114c56f57 100644 --- a/runtime/bin/dart_io_api_impl.cc +++ b/runtime/bin/dart_io_api_impl.cc @@ -146,8 +146,7 @@ Dart_Handle SetupDartIoLibrary(const DartIoSettings& settings) { #if !defined(PRODUCT) auto dart_type = DartUtils::GetDartType(DartUtils::kIOLibURL, "_NetworkProfiling"); - ASSIGN_OR_RETURN( - Dart_Handle network_profiling_type, dart_type); + ASSIGN_OR_RETURN(Dart_Handle network_profiling_type, dart_type); RETURN_IF_ERROR(Dart_Invoke( network_profiling_type, DartUtils::NewString("_registerServiceExtension"), 0, nullptr)); diff --git a/runtime/vm/scopes.h b/runtime/vm/scopes.h index 7f55dd7fe1f..6f44b73305e 100644 --- a/runtime/vm/scopes.h +++ b/runtime/vm/scopes.h @@ -231,7 +231,7 @@ class LocalVariable : public ZoneObject { // in the stack frame. using IsCapturedBit = BitField; using IsInvisibleBit = BitField; - using IsLateBit = BitField; + using IsLateBit = BitField; enum CovarianceMode { kNotCovariant,