Index: chrome/browser/resources/settings/internet_page/network_property_list.js |
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.js b/chrome/browser/resources/settings/internet_page/network_property_list.js |
index fd434561add374e0d2712a47c8179d102b77539a..24fd91093629086c8a9020ff62f9633ea59b6c21 100644 |
--- a/chrome/browser/resources/settings/internet_page/network_property_list.js |
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.js |
@@ -112,7 +112,7 @@ Polymer({ |
return function(key) { |
if (editFieldTypes.hasOwnProperty(key)) |
return true; |
- var value = this.getPropertyValue_(key, prefix, propertyDict); |
+ var value = this.getPropertyValue_(key, this.prefix, this.propertyDict); |
stevenjb
2017/05/02 00:17:45
revert
|
return value !== undefined && value !== ''; |
}.bind(this); |
}, |