| Index: third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
|
| index d63af213a1fba56c3f347d9d2c07f39fc63e68aa..6b3edaa971f849cb9d1e5bc5ce3de2febebd0eb1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/accessibility/AccessibilityNodeView.js
|
| @@ -603,7 +603,7 @@ WebInspector.AXNodeIgnoredReasonTreeElement.prototype = {
|
| WebInspector.AXNodeIgnoredReasonTreeElement.createReasonElement = function(reason, axNode)
|
| {
|
| var reasonElement = null;
|
| - switch(reason) {
|
| + switch (reason) {
|
| case "activeModalDialog":
|
| reasonElement = WebInspector.formatLocalized("Element is hidden by active modal dialog:\u00a0", []);
|
| break;
|
|
|