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

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

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. 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/core/frame/Console.h
diff --git a/third_party/WebKit/Source/core/frame/Console.h b/third_party/WebKit/Source/core/frame/Console.h
index e8f1bf06f0f586d53a06a2e87a3784a6231c407d..6375e0ebbffbe7e4f7753767ffd3062e0bdc3d42 100644
--- a/third_party/WebKit/Source/core/frame/Console.h
+++ b/third_party/WebKit/Source/core/frame/Console.h
@@ -41,7 +41,7 @@ namespace blink {
class LocalFrame;
-class Console final : public ConsoleBase, public DOMWindowProperty, public HeapSupplementable<Console> {
+class Console final : public ConsoleBase, public DOMWindowProperty, public Supplementable<Console> {
USING_GARBAGE_COLLECTED_MIXIN(Console);
DEFINE_WRAPPERTYPEINFO();
public:
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.cpp ('k') | third_party/WebKit/Source/core/frame/Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698