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

Unified Diff: Source/core/frame/Navigator.h

Issue 952813002: InlinedVisitor: Migrate frame to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/core/frame/Navigator.h
diff --git a/Source/core/frame/Navigator.h b/Source/core/frame/Navigator.h
index 6ff6c952869531fd1711ea556db0ae89986f65c1..b2f48d3d9bb62e0438443bd4dedcf29b14bf2e8a 100644
--- a/Source/core/frame/Navigator.h
+++ b/Source/core/frame/Navigator.h
@@ -77,7 +77,7 @@ public:
// NavigatorLanguage
virtual Vector<String> languages() override;
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
explicit Navigator(LocalFrame*);

Powered by Google App Engine
This is Rietveld 408576698