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

Unified Diff: sky/engine/core/dom/ExecutionContext.h

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/ExecutionContext.h
diff --git a/sky/engine/core/dom/ExecutionContext.h b/sky/engine/core/dom/ExecutionContext.h
index 0893c46698834d9d0d3b4341828d312a6e550bbc..5d28060004d161992a45885ae312517372fc895b 100644
--- a/sky/engine/core/dom/ExecutionContext.h
+++ b/sky/engine/core/dom/ExecutionContext.h
@@ -55,8 +55,6 @@ class ExecutionContext
: public LifecycleContext<ExecutionContext>
, public Supplementable<ExecutionContext> {
public:
- virtual void trace(Visitor*) override;
-
// Delegating to ExecutionContextClient
bool isDocument() const { return m_client && m_client->isDocument(); }
const KURL& url() const;
« no previous file with comments | « sky/engine/core/dom/Document.cpp ('k') | sky/engine/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698