| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| index 67ae67980b26fc4198edcabf49ab1b1d8b8ffb62..04a6f21eb3ae6cb40c0de896be6b9f9a757ba8ba 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp
|
| @@ -2089,7 +2089,7 @@
|
| // It's the RootInlineBox that paints the ::first-line background. Note that since it may be
|
| // expensive to figure out if the first line is affected by any ::first-line selectors at all,
|
| // we just invalidate it unconditionally, since that's typically cheaper.
|
| - invalidateDisplayItemClient(*line, reason);
|
| + invalidateDisplayItemClient(*line);
|
| return reason;
|
| }
|
|
|
|
|