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

Unified Diff: Source/modules/webdatabase/DatabaseContext.h

Issue 209043008: Remove unnecesary usage of RefPtr and PassRefPtr of DatabaseContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/modules/webdatabase/DatabaseContext.h
diff --git a/Source/modules/webdatabase/DatabaseContext.h b/Source/modules/webdatabase/DatabaseContext.h
index 93faf8cca110619ad6d9a9fe65492e59a5cdd074..07e8f7a20da7ea8c749d13db5d418bfce41e8f90 100644
--- a/Source/modules/webdatabase/DatabaseContext.h
+++ b/Source/modules/webdatabase/DatabaseContext.h
@@ -56,7 +56,7 @@ public:
virtual void willStop() OVERRIDE;
virtual void stop() OVERRIDE;
- PassRefPtr<DatabaseContext> backend();
+ DatabaseContext* backend();
DatabaseThread* databaseThread();
void setHasOpenDatabases() { m_hasOpenDatabases = true; }

Powered by Google App Engine
This is Rietveld 408576698