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

Unified Diff: third_party/WebKit/Source/core/page/FrameTree.cpp

Issue 2517653002: Convert a few more CFI blacklist entries into DISABLE_CFI_PERF attributes. (Closed)
Patch Set: Revert some of the changes which have a high risk of breaking things 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
Index: third_party/WebKit/Source/core/page/FrameTree.cpp
diff --git a/third_party/WebKit/Source/core/page/FrameTree.cpp b/third_party/WebKit/Source/core/page/FrameTree.cpp
index 9cf317a3ee5cda78dd96a28560fc281b20c4e758..6ec877110709deef111a9fa6563e6c4cc59bc561 100644
--- a/third_party/WebKit/Source/core/page/FrameTree.cpp
+++ b/third_party/WebKit/Source/core/page/FrameTree.cpp
@@ -107,6 +107,7 @@ void FrameTree::setPrecalculatedName(const AtomicString& name,
m_uniqueName = uniqueName;
}
+DISABLE_CFI_PERF
Frame* FrameTree::parent() const {
if (!m_thisFrame->client())
return nullptr;
@@ -455,6 +456,7 @@ bool FrameTree::isDescendantOf(const Frame* ancestor) const {
return false;
}
+DISABLE_CFI_PERF
Frame* FrameTree::traverseNext(const Frame* stayWithin) const {
Frame* child = firstChild();
if (child) {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/page/PageAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698