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

Unified Diff: third_party/WebKit/Source/platform/heap/BUILD.gn

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
Index: third_party/WebKit/Source/platform/heap/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
index 4fc88f7f470e0317410f2768d1e137e10b4a4c68..ff9abe9981a2c6876ecf2ff27c2c83a8482b1694 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -30,9 +30,6 @@ source_set("heap") {
"HeapCompact.h",
"HeapPage.cpp",
"HeapPage.h",
- "InlinedGlobalMarkingVisitor.h",
- "MarkingVisitor.h",
- "MarkingVisitorImpl.h",
"Member.h",
"PageMemory.cpp",
"PageMemory.h",
@@ -54,6 +51,7 @@ source_set("heap") {
"TraceTraits.h",
"Visitor.cpp",
"Visitor.h",
+ "VisitorImpl.h",
"WrapperVisitor.h",
]
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoaderClient.h ('k') | third_party/WebKit/Source/platform/heap/GarbageCollected.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698