| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| index c2b98fd3f94a194d581df9c02a9013a7f6776a80..0bd84fc31c46aa6f27b009c1bd5911f71d7863de 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
| @@ -83,9 +83,9 @@ WebFrameWidgetImpl* WebFrameWidgetImpl::create(WebWidgetClient* client, WebLocal
|
| }
|
|
|
| // static
|
| -HashSet<WebFrameWidgetImpl*>& WebFrameWidgetImpl::allInstances()
|
| +WebFrameWidgetsSet& WebFrameWidgetImpl::allInstances()
|
| {
|
| - DEFINE_STATIC_LOCAL(HashSet<WebFrameWidgetImpl*>, allInstances, ());
|
| + DEFINE_STATIC_LOCAL(WebFrameWidgetsSet, allInstances, ());
|
| return allInstances;
|
| }
|
|
|
|
|