| Index: content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| diff --git a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| index 2f244625c3a48eb02babf59ed61798989a119b46..df56ffe8a5c90fc10b00ad0bde24fb54bfd73c37 100755
|
| --- a/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| +++ b/content/browser/devtools/protocol/devtools_protocol_handler_generator.py
|
| @@ -568,7 +568,6 @@
|
| mapping["storage_type"] = "scoped_ptr<base::DictionaryValue>"
|
| mapping["raw_type"] = "base::DictionaryValue*"
|
| mapping["pass_template"] = tmpl_object_pass
|
| - mapping["init"] = " = nullptr"
|
| if "properties" in json:
|
| if not "declared_name" in mapping:
|
| mapping["declared_name"] = ("%s%s" %
|
|
|