| Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| index d15ed9b8173a769d12afe886806d1509a99cfffc..0114ebdc0e4f0bbbe5fb59735c2b8b0509816243 100644
|
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.js
|
| @@ -55,7 +55,5 @@ Polymer({
|
| },
|
|
|
| /** @return {!PaperIconButtonElement} */
|
| - getCloseButton: function() {
|
| - return this.$.close;
|
| - },
|
| + getCloseButton: function() { return this.$.close; },
|
| });
|
|
|