Bug 300438
| Summary: | [WebAudio] Unified build issue in BaseAudioContext | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Web Audio | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
In file included from /var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-15561f92-53.cpp:2:
/var/home/phil/WebKit/Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:249:67: error: incomplete type 'WebCore::Event' named in nested name specifier
249 | queueTaskToDispatchEvent(*this, TaskSource::MediaElement, Event::create(eventNames().statechangeEvent, Event::CanBubble::Yes, Event::IsCancelable::No));
| ^~~~~~~
/var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/ActiveDOMObject.h:42:7: note: forward declaration of 'WebCore::Event'
42 | class Event;
| ^
In file included from /var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-15561f92-53.cpp:2:
/var/home/phil/WebKit/Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:249:112: error: incomplete type 'WebCore::Event' named in nested name specifier
249 | queueTaskToDispatchEvent(*this, TaskSource::MediaElement, Event::create(eventNames().statechangeEvent, Event::CanBubble::Yes, Event::IsCancelable::No));
| ^~~~~~~
/var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/ActiveDOMObject.h:42:7: note: forward declaration of 'WebCore::Event'
42 | class Event;
| ^
In file included from /var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/DerivedSources/unified-sources/UnifiedSource-15561f92-53.cpp:2:
/var/home/phil/WebKit/Source/WebCore/Modules/webaudio/BaseAudioContext.cpp:249:135: error: incomplete type 'WebCore::Event' named in nested name specifier
249 | queueTaskToDispatchEvent(*this, TaskSource::MediaElement, Event::create(eventNames().statechangeEvent, Event::CanBubble::Yes, Event::IsCancelable::No));
| ^~~~~~~
/var/home/phil/WebKit/local-build-gtk/WebKitBuild/GTK/Release/WebCore/PrivateHeaders/WebCore/ActiveDOMObject.h:42:7: note: forward declaration of 'WebCore::Event'
42 | class Event;
| ^
3 errors generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/52060
EWS
Committed 301259@main (5474cc286520): <https://commits.webkit.org/301259@main>
Reviewed commits have been landed. Closing PR #52060 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/162273017>