| Index: scripts/slave/recipes/blink_trybot.py
|
| diff --git a/scripts/slave/recipes/blink_trybot.py b/scripts/slave/recipes/blink_trybot.py
|
| index 4215c7dedea2c3fe00e99f63e2bcdce0a7445678..569871cb0a25766ce81bd877e04cc106de0bc479 100644
|
| --- a/scripts/slave/recipes/blink_trybot.py
|
| +++ b/scripts/slave/recipes/blink_trybot.py
|
| @@ -396,7 +396,7 @@ def _GenStepsInternal(api):
|
| api.path['checkout'].join('third_party', 'WebKit',
|
| 'LayoutTests',
|
| 'OilpanExpectations')])
|
| - tests.append(api.chromium.steps.BlinkTest(extra_args=extra_args))
|
| + tests.append(api.chromium_tests.steps.BlinkTest(extra_args=extra_args))
|
|
|
| api.test_utils.determine_new_failures(api, tests, deapply_patch_fn)
|
|
|
|
|