| Index: scripts/slave/recipe_modules/webrtc/api.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
|
| index 47935fcfe69a1e22dde75cbce8223aa1d4b9f38c..3ef0725196fbce8c42c60afd980cef1c2fdadfe8 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/api.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/api.py
|
| @@ -421,7 +421,7 @@ class WebRTCApi(recipe_api.RecipeApi):
|
| 'for a Builder instead (will trigger new runs for the testers).')
|
|
|
| # Ensure old build directory is not used is by removing it.
|
| - self.m.path.rmtree(
|
| + self.m.file.rmtree(
|
| 'build directory',
|
| self.m.chromium.c.build_dir.join(self.m.chromium.c.build_config_fs))
|
|
|
|
|