Index: Source/core/loader/appcache/ApplicationCacheHost.cpp |
diff --git a/Source/core/loader/appcache/ApplicationCacheHost.cpp b/Source/core/loader/appcache/ApplicationCacheHost.cpp |
index 67e0c6de96abecd76d0069f9d9cb8c5f05d5473c..acd845be644011ee3e29ac69c36776d955e1a521 100644 |
--- a/Source/core/loader/appcache/ApplicationCacheHost.cpp |
+++ b/Source/core/loader/appcache/ApplicationCacheHost.cpp |
@@ -215,7 +215,7 @@ void ApplicationCacheHost::dispatchDOMEvent(EventID id, int total, int done) |
{ |
if (m_domApplicationCache) { |
const AtomicString& eventType = ApplicationCache::toEventType(id); |
- RefPtr<Event> event; |
+ RefPtrWillBeRawPtr<Event> event; |
if (id == PROGRESS_EVENT) |
event = ProgressEvent::create(eventType, true, done, total); |
else |