sync ports with The Matrix
This commit is contained in:
parent
2c0afcbbf3
commit
b72ce7a5e9
1248 changed files with 11809 additions and 12798 deletions
|
@ -8,7 +8,7 @@ Index: chrome/test/chromedriver/capabilities.cc
|
|||
+#if defined(__clang__) && (__clang_major__ >= 15)
|
||||
brands.emplace_back(*brand, *version);
|
||||
+#else
|
||||
+ brands.emplace_back(BrandVersion{*brand, *version});
|
||||
+ brands.emplace_back() = {*brand, *version};
|
||||
+#endif
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ Index: chrome/test/chromedriver/capabilities.cc
|
|||
+#if defined(__clang__) && (__clang_major__ >= 15)
|
||||
full_version_list.emplace_back(*brand, *version);
|
||||
+#else
|
||||
+ full_version_list.emplace_back(BrandVersion{*brand, *version});
|
||||
+ full_version_list.emplace_back() = {*brand, *version};
|
||||
+#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue