| Index: third_party/WebKit/Source/build/scripts/json5_generator.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/json5_generator.py b/third_party/WebKit/Source/build/scripts/json5_generator.py
|
| index ebab4f1ca7aba0c4b1d7cadb79ad94754bdfac98..00f4e9ad937ce91117d6005bf843b78ce5a2a332 100644
|
| --- a/third_party/WebKit/Source/build/scripts/json5_generator.py
|
| +++ b/third_party/WebKit/Source/build/scripts/json5_generator.py
|
| @@ -152,11 +152,7 @@
|
| return entry
|
| if "name" not in item:
|
| raise Exception("Missing name in item: %s" % item)
|
| - if not self.parameters:
|
| - entry.update(item)
|
| - return entry
|
| entry["name"] = item.pop("name")
|
| - # Validate parameters if it's specified.
|
| for key, value in item.items():
|
| if key not in self.parameters:
|
| raise Exception(
|
|
|