diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebAccessibilityNotification.h')
| -rw-r--r-- | Source/WebKit/chromium/public/WebAccessibilityNotification.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/WebKit/chromium/public/WebAccessibilityNotification.h b/Source/WebKit/chromium/public/WebAccessibilityNotification.h index de68d37b0..629d988f5 100644 --- a/Source/WebKit/chromium/public/WebAccessibilityNotification.h +++ b/Source/WebKit/chromium/public/WebAccessibilityNotification.h @@ -54,11 +54,8 @@ enum WebAccessibilityNotification { WebAccessibilityNotificationRowCollapsed, WebAccessibilityNotificationRowExpanded, WebAccessibilityNotificationInvalidStatusChanged, - - // FIXME: now that we're using AssertMatchingEnums, we don't need a - // catch-all "invalid" notification enum. Remove this once it's been - // removed from Chromium. - WebAccessibilityNotificationInvalid, + WebAccessibilityNotificationTextChanged, + WebAccessibilityNotificationAriaAttributeChanged }; } // namespace WebKit |
