Index: Source/core/loader/DocumentLoader.h |
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h |
index 4afb0cbe90447589a610be6dc1ceb30241aaebee..9b59f73a38da2a06803d426362e3eed02ae1cfe5 100644 |
--- a/Source/core/loader/DocumentLoader.h |
+++ b/Source/core/loader/DocumentLoader.h |
@@ -219,7 +219,7 @@ namespace blink { |
double m_timeOfLastDataReceived; |
friend class ApplicationCacheHost; // for substitute resource delivery |
- OwnPtr<ApplicationCacheHost> m_applicationCacheHost; |
+ OwnPtrWillBePersistent<ApplicationCacheHost> m_applicationCacheHost; |
}; |
} |