Bug 264207
| Summary: | Build failure of AccessibilityNotificationHandler.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ChangSeok Oh <changseok> |
| Component: | Accessibility | Assignee: | ChangSeok Oh <changseok> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
ChangSeok Oh
I don't know why this happens to me now. I got a build failure on AccessibilityNotificationHandler.cpp
$ Tools/Scripts/build-webkit --gtk --makeargs="-j7"
```
/app/webkit/Tools/WebKitTestRunner/InjectedBundle/atspi/AccessibilityNotificationHandler.cpp:50:46: error: no member named 'addNotificationObserver' in 'WebCore::Accessib
ilityAtspi'
WebCore::AccessibilityAtspi::singleton().addNotificationObserver(this, [this](WebCore::AccessibilityObjectAtspi& element, const char* notificationName, WebCore::Acces
sibilityAtspi::NotificationObserverParameter parameter) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/app/webkit/Tools/WebKitTestRunner/InjectedBundle/atspi/AccessibilityNotificationHandler.cpp:50:186: error: no type named 'NotificationObserverParameter' in 'WebCore::Acc
essibilityAtspi'
WebCore::AccessibilityAtspi::singleton().addNotificationObserver(this, [this](WebCore::AccessibilityObjectAtspi& element, const char* notificationName, WebCore::Acces
sibilityAtspi::NotificationObserverParameter parameter) {
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~^
/app/webkit/Tools/WebKitTestRunner/InjectedBundle/atspi/AccessibilityNotificationHandler.cpp:95:46: error: no member named 'removeNotificationObserver' in 'WebCore::Acces
sibilityAtspi' WebCore::AccessibilityAtspi::singleton().removeNotificationObserver(this);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ 3 errors generated.
[5289/5406] Building CXX object Tools/TestWebKitAPI/CMakeFiles/TestWebCore.dir/Tests/WebCore/TransformationMatrix.cpp.o
```
The constructor and destructor of AccessibilityNotificationHandler use AccessibilityAtspi's methods guarded by DEVELOPER_MODE.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117946319>
ChangSeok Oh
Pull request: https://github.com/WebKit/WebKit/pull/19999
ChangSeok Oh
Pull request: https://github.com/WebKit/WebKit/pull/20000
EWS
Committed 270333@main (0335988960fa): <https://commits.webkit.org/270333@main>
Reviewed commits have been landed. Closing PR #20000 and removing active labels.