| Index: tools/dom/scripts/idlsync.py
|
| diff --git a/tools/dom/scripts/idlsync.py b/tools/dom/scripts/idlsync.py
|
| index 5534d5ed133712ab51336e7c31814bdbb962daf3..14393994ca3366f6e20db6c8661e126064013a30 100755
|
| --- a/tools/dom/scripts/idlsync.py
|
| +++ b/tools/dom/scripts/idlsync.py
|
| @@ -178,7 +178,7 @@ def main():
|
| if component in update.keys():
|
| revision = update[component]
|
| url, latest = GetSvnRevision(deps, component)
|
| - if not revision:
|
| + if revision is None:
|
| revision = latest
|
| RefreshIDL(url, revision, remote_path, local_path)
|
| PruneExtraFiles(local_path)
|
|
|