Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2760)

Unified Diff: chrome/browser/resources/settings/internet_page/network_ip_config.js

Issue 2661023007: MD Settings: CrOS: Internet: IPConfig: Set correct property (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/internet_page/network_ip_config.js
diff --git a/chrome/browser/resources/settings/internet_page/network_ip_config.js b/chrome/browser/resources/settings/internet_page/network_ip_config.js
index b67955e8ada8c86823fefd2240260867a281d3c9..43f34e18b65d0a36da6cf3e5a46f05ee55d6820f 100644
--- a/chrome/browser/resources/settings/internet_page/network_ip_config.js
+++ b/chrome/browser/resources/settings/internet_page/network_ip_config.js
@@ -202,7 +202,7 @@ Polymer({
var field = event.detail.field;
var value = event.detail.value;
// Note: |field| includes the 'ipv4.' prefix.
- this.set('ipConfig.' + field, value);
+ this.set('ipConfig_.' + field, value);
this.fire('ip-change', {
field: 'StaticIPConfig',
value: this.getIPConfigProperties_(this.ipConfig_.ipv4)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698