| Index: third_party/WebKit/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html b/third_party/WebKit/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| index e4fe3e58eaf3e6977e823440c2743cccb26a1ca0..e9c63750153ece1c139011de77e32d6edbc55ae2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/up-down-numerics-and-colors.html
|
| @@ -29,7 +29,7 @@ function test()
|
| // PageUp should change to 'FF3'
|
| colorTreeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("PageUp"));
|
| // Ctrl/Meta + Shift Down should change to 'EE3'
|
| - if (WebInspector.isMac())
|
| + if (Host.isMac())
|
| colorTreeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("ArrowDown", /*Ctrl*/ false, /*Alt*/ false, /*Shift*/ true, /*Meta*/ true));
|
| else
|
| colorTreeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("ArrowDown", /*Ctrl*/ true, /*Alt*/ false, /*Shift*/ true, /*Meta*/ false));
|
|
|