build: upgrade Chromium and ChromeDriver to latest versions (#25602)

PR Close #25602
This commit is contained in:
George Kalpakas
2018-08-22 19:17:59 +03:00
committed by Matias Niemelä
parent efb453cb73
commit 18f129f536
7 changed files with 19 additions and 24 deletions

View File

@ -1515,7 +1515,7 @@ export function elementStyling<T>(
*
* This method lazily creates the `StylingContext`. This is because in most cases
* we have styling without any bindings. Creating `StylingContext` eagerly would mean that
* every style declaration such as `<div style="color: 'red' ">` would result `StyleContext`
* every style declaration such as `<div style="color: red">` would result `StyleContext`
* which would create unnecessary memory pressure.
*
* @param index Index of the style allocation. See: `elementStyling`.