Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cd3428091d601012e1311c695be3e43437fcd092 https://github.com/WebKit/WebKit/commit/cd3428091d601012e1311c695be3e43437fcd092 Author: Ryosuke Niwa <rn...@webkit.org> Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths: M Source/WebCore/bindings/js/JSDOMConvertInterface.h M Source/WebCore/dom/ShadowRoot.cpp M Source/WebCore/dom/ShadowRoot.h Log Message: ----------- ShadowRoot.h shouldn't include HTMLVideoElement.h https://bugs.webkit.org/show_bug.cgi?id=269155 Reviewed by Jean-Yves Avenard. Remove #include "HTMLVideoElement.h" from ShadowRoot.h. * Source/WebCore/bindings/js/JSDOMConvertInterface.h: * Source/WebCore/dom/ShadowRoot.cpp: (WebCore::ShadowRoot::pictureInPictureElement const): Now returns Element*. Forward declaring HTMLVideoElement isn't sufficient since DocumentOrShadowRoot+FullScreen.idl requires converting the return value of this function to Element. * Source/WebCore/dom/ShadowRoot.h: Canonical link: https://commits.webkit.org/274450@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes