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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 2652923002: Devirtualize Visitor and remove inline visitor specialization. (Closed)
Patch Set: rebased Created 3 years, 11 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
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryStatistics.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index c12e89f35488be72bff2bd8b7eaf802d1e5d61bf..96dd9ad020ef36636bf57cab45f6293220b1914d 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -439,9 +439,7 @@ class WebFrame {
bool inShadowTree() const { return m_scope == WebTreeScopeType::Shadow; }
static void traceFrames(Visitor*, WebFrame*);
- static void traceFrames(InlinedGlobalMarkingVisitor, WebFrame*);
void clearWeakFrames(Visitor*);
- void clearWeakFrames(InlinedGlobalMarkingVisitor);
#endif
protected:
@@ -460,7 +458,6 @@ class WebFrame {
friend class WebFrameTest;
static void traceFrame(Visitor*, WebFrame*);
- static void traceFrame(InlinedGlobalMarkingVisitor, WebFrame*);
static bool isFrameAlive(const WebFrame*);
template <typename VisitorDispatcher>
« no previous file with comments | « third_party/WebKit/Source/web/WebMemoryStatistics.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698