| Index: third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl b/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl
|
| index 24857652a432a2d2af88e213c5a58ca9ccd78430..29a9d1f2865dc48ad5b9f25e8ff3eb7ed14e98ff 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.idl.tmpl
|
| @@ -2,7 +2,7 @@
|
| {{ license() }}
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| ] interface InternalSettingsGenerated {
|
| {% for setting in settings if setting.type|to_idl_type %}
|
| void set{{setting.name|upper_first}}({{setting.type|to_idl_type}} {{setting.name}});
|
|
|