Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: third_party/WebKit/Source/platform/PODIntervalTree.h

Issue 2419663009: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698