| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index 78027717d03fdc22c9e3aa00eea1e06bee15caee..2f211248deb14b2eb4b56234bd01f8ab4d0e6c09 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -1124,6 +1124,7 @@ int HTMLElement::offsetWidthForBinding()
|
| return 0;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| int HTMLElement::offsetHeightForBinding()
|
| {
|
| Element* offsetParent = unclosedOffsetParent();
|
|
|