| Index: chrome/browser/resources/settings/internet_page/network_apnlist.js
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_apnlist.js b/chrome/browser/resources/settings/internet_page/network_apnlist.js
|
| index 476608fcf54af459bd13591fcb3fcb9aa4c1a0f5..cd7508c0c5a20933df352b310048baec7f5f58de 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_apnlist.js
|
| +++ b/chrome/browser/resources/settings/internet_page/network_apnlist.js
|
| @@ -139,8 +139,8 @@ Polymer({
|
| this.apnSelectList = result;
|
| this.selectedApn =
|
| (activeApn && activeApn.AccessPointName) || otherApn.AccessPointName;
|
| - // We need to flush the DOM here, otherwise the paper-dropdown-menu will
|
| - // not update to correctly display the selected AccessPointName.
|
| + // We need to flush the DOM here, otherwise the paper-dropdown-menu-light
|
| + // will not update to correctly display the selected AccessPointName.
|
| Polymer.dom.flush();
|
| },
|
|
|
|
|