git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bidi-Isolate inlines break layout with collapsed whitespace
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderBlockFlow.h
diff --git
a/Source/WebCore/rendering/RenderBlockFlow.h
b/Source/WebCore/rendering/RenderBlockFlow.h
index
04289b1
..
9edcf72
100644
(file)
--- a/
Source/WebCore/rendering/RenderBlockFlow.h
+++ b/
Source/WebCore/rendering/RenderBlockFlow.h
@@
-537,7
+537,7
@@
private:
// line layout code is separated from RenderBlock and RenderBlockFlow.
// START METHODS DEFINED IN RenderBlockLineLayout
public:
// line layout code is separated from RenderBlock and RenderBlockFlow.
// START METHODS DEFINED IN RenderBlockLineLayout
public:
- static void appendRunsForObject(BidiRunList<BidiRun>
&, int start, int end, RenderObject*
, InlineBidiResolver&);
+ static void appendRunsForObject(BidiRunList<BidiRun>
*, int start, int end, RenderObject&
, InlineBidiResolver&);
RootInlineBox* createAndAppendRootInlineBox();
LayoutUnit startAlignedOffsetForLine(LayoutUnit position, bool shouldIndentText);
RootInlineBox* createAndAppendRootInlineBox();
LayoutUnit startAlignedOffsetForLine(LayoutUnit position, bool shouldIndentText);