``` ../../Source/WebCore/page/Page.cpp:2872:18: error: ‘class WebCore::Document’ has no member named ‘forEachMediaElement’; did you mean ‘focusedElement’? ``` ... but: ``` #if ENABLE(VIDEO) void forEachMediaElement(const Function<void(HTMLMediaElement&)>&); #endif ``` ... `Source/WebCore/dom/Document.h`.
Created attachment 389473 [details] Patch
Created attachment 389476 [details] Patch
Comment on attachment 389476 [details] Patch Clearing flags on attachment: 389476 Committed r255673: <https://trac.webkit.org/changeset/255673>
All reviewed patches have been landed. Closing bug.
<rdar://problem/59149024>
*** Bug 206522 has been marked as a duplicate of this bug. ***