| Index: third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| index bab4ec201ad7e1ca3b12734937e8aa981fbd4711..35a52dd197972ce3f52495c335495b51e9279ec5 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportChild.h
|
| @@ -93,12 +93,12 @@ private:
|
| void invalidateCustomElementMicrotaskStep();
|
|
|
| KURL m_url;
|
| - WeakPtrWillBeWeakMember<CustomElementMicrotaskImportStep> m_customElementMicrotaskStep;
|
| + WeakMember<CustomElementMicrotaskImportStep> m_customElementMicrotaskStep;
|
| #if !ENABLE(OILPAN)
|
| WeakPtrFactory<HTMLImportChild> m_weakFactory;
|
| #endif
|
| - RawPtrWillBeMember<HTMLImportLoader> m_loader;
|
| - RawPtrWillBeMember<HTMLImportChildClient> m_client;
|
| + Member<HTMLImportLoader> m_loader;
|
| + Member<HTMLImportChildClient> m_client;
|
| };
|
|
|
| inline HTMLImportChild* toHTMLImportChild(HTMLImport* import)
|
|
|