| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/directory_owners_extractor.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/directory_owners_extractor.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/directory_owners_extractor.py
|
| index ba162bf8c41ccaa90deac9a6022d28b9284ed2f7..d701aac0c4fc12bb0162dbc06fe9e7193cc6a3f4 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/directory_owners_extractor.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/directory_owners_extractor.py
|
| @@ -30,6 +30,8 @@ class DirectoryOwnersExtractor(object):
|
| if owners:
|
| current_owners = owners
|
| directory = self.extract_directory(line)
|
| + if not owners and not directory:
|
| + current_owners = []
|
| if current_owners and directory:
|
| owner_map[directory] = current_owners
|
| return owner_map
|
|
|