Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/frame/Console.cpp

Issue 1851743002: Simplify Supplementables post Oilpan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/frame/Console.cpp
diff --git a/third_party/WebKit/Source/core/frame/Console.cpp b/third_party/WebKit/Source/core/frame/Console.cpp
index 56b1228a4232afef141b42f8676d7f522bdca1fe..8a9974718e886181cb6d48aebccaba1e8a1e12b9 100644
--- a/third_party/WebKit/Source/core/frame/Console.cpp
+++ b/third_party/WebKit/Source/core/frame/Console.cpp
@@ -56,7 +56,7 @@ DEFINE_TRACE(Console)
{
ConsoleBase::trace(visitor);
DOMWindowProperty::trace(visitor);
- HeapSupplementable<Console>::trace(visitor);
+ Supplementable<Console>::trace(visitor);
}
ExecutionContext* Console::context()
« no previous file with comments | « third_party/WebKit/Source/core/frame/Console.h ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine