Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bd303d9606440dbd2418660cc6f245a38517c054
      
https://github.com/WebKit/WebKit/commit/bd303d9606440dbd2418660cc6f245a38517c054
  Author: Thomas Devoogdt <thomas.devoo...@barco.com>
  Date:   2022-12-17 (Sat, 17 Dec 2022)

  Changed paths:
    M Source/WebKit/WebProcess/WebProcess.cpp

  Log Message:
  -----------
  REGRESSION(257606@main): WebProcess::didClose fix ENABLE_VIDEO=OFF

https://bugs.webkit.org/show_bug.cgi?id=249462

Reviewed by Philippe Normand.

No HTMLMediaElement is defined if video support is not compiled.

```
In file included from 
/home/buildbot/buildbot/slave-buildroot/build/output/build/webkitgtk-2.39.3/DerivedSources/WebKit/unified-sources/UnifiedSource-54928a2b-1.cpp:2:
/home/buildbot/buildbot/slave-buildroot/build/output/build/webkitgtk-2.39.3/Source/WebKit/WebProcess/WebProcess.cpp:
 In member function ‘virtual void 
WebKit::WebProcess::didClose(IPC::Connection&)’:
/home/buildbot/buildbot/slave-buildroot/build/output/build/webkitgtk-2.39.3/Source/WebKit/WebProcess/WebProcess.cpp:949:58:
 error: incomplete type ‘WebCore::HTMLMediaElement’ used in nested name 
specifier
  949 |     
FileSystem::markPurgeable(WebCore::HTMLMediaElement::mediaCacheDirectory());
      |                                                          
^~~~~~~~~~~~~~~~~~~
```

Signed-off-by: Thomas Devoogdt <thomas.devoo...@barco.com>

Canonical link: https://commits.webkit.org/258052@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to