| Index: third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h
|
| diff --git a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h
|
| index fa82520bb82d8846ae5a9757b8a5d20625b535c4..897d11b275291435af830a308119752f30da748e 100644
|
| --- a/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h
|
| +++ b/third_party/WebKit/Source/core/loader/appcache/ApplicationCacheHost.h
|
| @@ -169,7 +169,7 @@ namespace blink {
|
| };
|
|
|
| WeakMember<ApplicationCache> m_domApplicationCache;
|
| - RawPtrWillBeMember<DocumentLoader> m_documentLoader;
|
| + Member<DocumentLoader> m_documentLoader;
|
| bool m_defersEvents; // Events are deferred until after document onload.
|
| Vector<DeferredEvent> m_deferredEvents;
|
|
|
|
|