Title: [224083] trunk/Source/WebKitLegacy/win
- Revision
- 224083
- Author
- [email protected]
- Date
- 2017-10-26 19:44:20 -0700 (Thu, 26 Oct 2017)
Log Message
Fix Windows build
https://bugs.webkit.org/show_bug.cgi?id=178892
* AccessibleBase.cpp:
(MSAARole):
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/win/AccessibleBase.cpp (224082 => 224083)
--- trunk/Source/WebKitLegacy/win/AccessibleBase.cpp 2017-10-27 02:32:03 UTC (rev 224082)
+++ trunk/Source/WebKitLegacy/win/AccessibleBase.cpp 2017-10-27 02:44:20 UTC (rev 224083)
@@ -934,7 +934,7 @@
return ROLE_SYSTEM_SPINBUTTON;
case AccessibilityRole::SpinButtonPart:
return ROLE_SYSTEM_PUSHBUTTON;
- case Accessibility::Toolbar:
+ case AccessibilityRole::Toolbar:
return ROLE_SYSTEM_TOOLBAR;
case AccessibilityRole::UserInterfaceTooltip:
return ROLE_SYSTEM_TOOLTIP;
Modified: trunk/Source/WebKitLegacy/win/ChangeLog (224082 => 224083)
--- trunk/Source/WebKitLegacy/win/ChangeLog 2017-10-27 02:32:03 UTC (rev 224082)
+++ trunk/Source/WebKitLegacy/win/ChangeLog 2017-10-27 02:44:20 UTC (rev 224083)
@@ -4,6 +4,14 @@
https://bugs.webkit.org/show_bug.cgi?id=178892
* AccessibleBase.cpp:
+ (MSAARole):
+
+2017-10-26 Alex Christensen <[email protected]>
+
+ Fix Windows build
+ https://bugs.webkit.org/show_bug.cgi?id=178892
+
+ * AccessibleBase.cpp:
(AccessibleBase::state const):
(MSAARole):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes