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

Unified Diff: sky/engine/core/app/AbstractModule.h

Issue 715833002: AbstractModule should accept a PassRefPtr (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/engine/core/app/AbstractModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/app/AbstractModule.h
diff --git a/sky/engine/core/app/AbstractModule.h b/sky/engine/core/app/AbstractModule.h
index af99503a2590df6407a97063671ad10fd6bdcefe..fc65261df2f8ae01a9f7faf56b481aeb4c6d5057 100644
--- a/sky/engine/core/app/AbstractModule.h
+++ b/sky/engine/core/app/AbstractModule.h
@@ -24,7 +24,7 @@ class AbstractModule : public RefCounted<AbstractModule>,
const String& url() const { return url_; }
protected:
- AbstractModule(ExecutionContext*, Document*, const String& url);
+ AbstractModule(ExecutionContext*, PassRefPtr<Document>, const String& url);
private:
ExecutionContext* executionContext() const override;
« no previous file with comments | « no previous file | sky/engine/core/app/AbstractModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698