| Index: third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| index 4186cdeeb72f7b441cca6bbae79364fa5b04c051..e2d3f7ac40eed105e527b281d089e89b014a9a45 100644
|
| --- a/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
|
| @@ -586,6 +586,7 @@ LayoutUnit ComputeFloatOffsetForFloatLayoutAdapter<FloatTypeValue>::heightRemain
|
| }
|
|
|
| template <FloatingObject::Type FloatTypeValue>
|
| +DISABLE_CFI_PERF
|
| inline void ComputeFloatOffsetAdapter<FloatTypeValue>::collectIfNeeded(const IntervalType& interval)
|
| {
|
| const FloatingObject& floatingObject = *(interval.data());
|
|
|