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

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

Issue 2517993003: Convert one more CFI blacklist entry into DISABLE_CFI_PERF attribute. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | tools/cfi/blacklist.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a505afb8ebf3e3d4395a9e7b0188db1c7eeb6a0f 100644
--- a/third_party/WebKit/Source/platform/PODIntervalTree.h
+++ b/third_party/WebKit/Source/platform/PODIntervalTree.h
@@ -146,7 +146,8 @@ class PODIntervalTree final : public PODRedBlackTree<PODInterval<T, UserData>> {
// interval to the result vector. The intervals are sorted by
// increasing low endpoint.
template <class AdapterType>
- void searchForOverlapsFrom(IntervalNode* node, AdapterType& adapter) const {
+ DISABLE_CFI_PERF void searchForOverlapsFrom(IntervalNode* node,
+ AdapterType& adapter) const {
if (!node)
return;
« no previous file with comments | « no previous file | tools/cfi/blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698