| Index: third_party/WebKit/Source/platform/PODIntervalTree.h
|
| diff --git a/third_party/WebKit/Source/platform/PODIntervalTree.h b/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| index c0df5fed9eac8d7dc2ef4008b5145c317dfdc69b..cac750744f5b8e9bab5128b53e17fc8131a8fbe2 100644
|
| --- a/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| +++ b/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| @@ -145,6 +145,7 @@ class PODIntervalTree final : public PODRedBlackTree<PODInterval<T, UserData>> {
|
| // Starting from the given node, adds all overlaps with the given
|
| // interval to the result vector. The intervals are sorted by
|
| // increasing low endpoint.
|
| + DISABLE_CFI_PERF
|
| template <class AdapterType>
|
| void searchForOverlapsFrom(IntervalNode* node, AdapterType& adapter) const {
|
| if (!node)
|
|
|