Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1900)

Unified Diff: Source/web/AssertMatchingEnums.cpp

Issue 794513002: Return boolean value for bool return type functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssertMatchingEnums.cpp
diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
index 1b27a83f45cc466d8219e8fff80b935eb275cd2b..5aa92d90344cfc5ff348800d4825c4e6176dc99b 100644
--- a/Source/web/AssertMatchingEnums.cpp
+++ b/Source/web/AssertMatchingEnums.cpp
@@ -228,7 +228,6 @@ COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleList, ListRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleLog, LogRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMain, MainRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMarquee, MarqueeRole);
-COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMathElement, MathElementRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMath, MathRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMenuBar, MenuBarRole);
COMPILE_ASSERT_MATCHING_ENUM(WebAXRoleMenuButton, MenuButtonRole);
« no previous file with comments | « Source/modules/accessibility/AXObject.h ('k') | Source/web/WebAXObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698