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

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

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 | « sky/engine/core/app/AbstractModule.h ('k') | sky/engine/core/app/Application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/app/AbstractModule.cpp
diff --git a/sky/engine/core/app/AbstractModule.cpp b/sky/engine/core/app/AbstractModule.cpp
index c99fa4b61b4c62682092e276acaf5cc2fc29ba49..5595d37ba8d799cedacda1df4672aad475dd46b3 100644
--- a/sky/engine/core/app/AbstractModule.cpp
+++ b/sky/engine/core/app/AbstractModule.cpp
@@ -8,7 +8,7 @@
namespace blink {
AbstractModule::AbstractModule(ExecutionContext* context,
- Document* document,
+ PassRefPtr<Document> document,
const String& url)
: ContextLifecycleObserver(context),
document_(document),
« no previous file with comments | « sky/engine/core/app/AbstractModule.h ('k') | sky/engine/core/app/Application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698