Summary: | [iOS WK2] Hash table assertion closing a tab | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | simon.fraser, thorton | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Simon Fraser (smfr)
2014-04-14 15:30:50 PDT
Created attachment 229313 [details]
Patch
Comment on attachment 229313 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229313&action=review > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.h:74 > + HashMap<WebCore::GraphicsLayer::PlatformLayerID, PlatformCALayerRemote*> m_liveLayers; "live" might be a misnomer since they're not all in the tree, but whatever. > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm:52 > + for (auto& keyValuePair : m_liveLayers) m_liveLayers.values() |