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

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

Issue 2654243002: Remove trace frame template specialization. (Closed)
Patch Set: 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/WebFrame.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 96dd9ad020ef36636bf57cab45f6293220b1914d..619764328532452b78941053dd3c5b5c783e85fb 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -459,13 +459,6 @@ class WebFrame {
static void traceFrame(Visitor*, WebFrame*);
static bool isFrameAlive(const WebFrame*);
-
- template <typename VisitorDispatcher>
- static void traceFramesImpl(VisitorDispatcher, WebFrame*);
- template <typename VisitorDispatcher>
- void clearWeakFramesImpl(VisitorDispatcher);
- template <typename VisitorDispatcher>
- static void traceFrameImpl(VisitorDispatcher, WebFrame*);
#endif
const WebTreeScopeType m_scope;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrame.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698