| Index: third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| index 7c1049815cedf6b4b8c88cc003dc17e2ceaef9fb..9d2787b1e3cf40b257fc2528a780c72068dfeffe 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
|
| @@ -142,6 +142,7 @@ const InternalRoleEntry internalRoles[] = {
|
| { ArticleRole, "Article" },
|
| { BannerRole, "Banner" },
|
| { BlockquoteRole, "Blockquote" },
|
| + // TODO(nektar): Delete busy_indicator role. It's used nowhere.
|
| { BusyIndicatorRole, "BusyIndicator" },
|
| { ButtonRole, "Button" },
|
| { CanvasRole, "Canvas" },
|
|
|