| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 1ad4dc9a3763ee2ccdf26618d2c1875c0de0ef1d..c4eecd3b6a74412144547a1a8b99c1fc12f55d75 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -3726,10 +3726,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| setVisitedLinkCaretColor, v);
|
| }
|
|
|
| - void inheritUnicodeBidiFrom(const ComputedStyle& parent) {
|
| - m_nonInheritedData.m_unicodeBidi = parent.m_nonInheritedData.m_unicodeBidi;
|
| - }
|
| -
|
| static bool isDisplayFlexibleBox(EDisplay display) {
|
| return display == EDisplay::Flex || display == EDisplay::InlineFlex;
|
| }
|
|
|