Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
index dfebc2a2422bfef2fb82af9500ff21cc068e0425..09f26fca2ec701d5d271d2fc40e4383a962043a2 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -63,7 +63,7 @@ class WebFrameWidgetImpl final : public RefCountedWillBeGarbageCollectedFinalize |
, public PageWidgetEventHandler { |
public: |
static WebFrameWidgetImpl* create(WebWidgetClient*, WebLocalFrame*); |
- static HashSet<WebFrameWidgetImpl*>& allInstances(); |
+ static WillBePersistentHeapHashSet<RawPtrWillBeWeakMember<WebFrameWidgetImpl>>& allInstances(); |
// WebWidget functions: |
void close() override; |