[Webkit-unassigned] [Bug 231923] New: Commit ecbb6e69c1bd can cause build break.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 18 17:05:32 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231923
Bug ID: 231923
Summary: Commit ecbb6e69c1bd can cause build break.
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Minor
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jigen.zhou at sony.com
Commit ecbb6e69c1bda8ac90a08f7e857207596b9b9c5 (2021-10-16 12:39 Use inline iterator for SVG reverse BiDI reordering) causes build break in our local build:
In file included from WebCore/DerivedSources/unified-sources/UnifiedSource-4babe430-7.cpp:1:
In file included from C:/work/webkit/jenkins/neko/Source/WebCore\Modules/highlight/AppHighlightStorage.cpp:46:
In file included from C:/work/webkit/jenkins/neko/Source/WebCore/editing\TextIterator.h:30:
C:/work/webkit/jenkins/neko/Source/WebCore/layout/integration\InlineIteratorLogicalOrderTraversal.h:76:32: error: member access into incomplete type 'const WebCore::RenderBlockFlow'
if (line->containingBlock().style().rtlOrdering() == Order::Visual)
^
C:/work/webkit/jenkins/neko/Source/WebCore/page/FrameViewLayoutContext.h:39:7: note: forward declaration of 'WebCore::RenderBlockFlow'
class RenderBlockFlow;
^
1 error generated.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211019/97361a7e/attachment.htm>
More information about the webkit-unassigned
mailing list