| Index: Source/devtools/front_end/audits/AuditLauncherView.js
|
| diff --git a/Source/devtools/front_end/audits/AuditLauncherView.js b/Source/devtools/front_end/audits/AuditLauncherView.js
|
| index e12ec9ebb169819730034128d753658bc511f452..df60449b3b33d0f2c00234fbb6edb9b3607875ad 100644
|
| --- a/Source/devtools/front_end/audits/AuditLauncherView.js
|
| +++ b/Source/devtools/front_end/audits/AuditLauncherView.js
|
| @@ -201,7 +201,7 @@ WebInspector.AuditLauncherView.prototype = {
|
| {
|
| var childNodes = this._categoriesElement.childNodes;
|
| for (var i = 0, length = childNodes.length; i < length; ++i)
|
| - childNodes[i].firstChild.checked = checkCategories;
|
| + childNodes[i].checkboxElement.checked = checkCategories;
|
| this._currentCategoriesCount = checkCategories ? this._sortedCategories.length : 0;
|
| this._selectedCategoriesUpdated(userGesture);
|
| },
|
|
|