| Index: third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| index 5ef91e67bf009ef5f53d2c02ddd2cd1e7ce7f63f..8d7cb338a1be1183767ef5bd46bf986b01fe964c 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
|
| @@ -197,6 +197,7 @@ bool SharedStyleFinder::sharingCandidateDistributedToSameInsertionPoint(Element&
|
| return true;
|
| }
|
|
|
| +DISABLE_CFI_PERF
|
| bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const
|
| {
|
| if (element() == candidate)
|
|
|