Bug 16628

Summary: ASSERTION FAILED: m_resizeLayer (running layout tests)
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Don't call resizeLayerDestroyed() if the document is being destroyed ap: review+

Alexey Proskuryakov
Reported 2007-12-27 23:11:20 PST
run-webkit-tests fast/css/resize-corner-tracking.html fast/css/rgb-float.html ASSERTION FAILED: m_resizeLayer (/Users/ap/Safari/OpenSource/WebCore/page/EventHandler.cpp:1442 void WebCore::EventHandler::resizeLayerDestroyed()) The problematic test is the first one, clearly.
Attachments
Don't call resizeLayerDestroyed() if the document is being destroyed (1.17 KB, patch)
2007-12-27 23:25 PST, mitz
ap: review+
mitz
Comment 1 2007-12-27 23:15:42 PST
Should have run the tests...
mitz
Comment 2 2007-12-27 23:25:48 PST
Created attachment 18140 [details] Don't call resizeLayerDestroyed() if the document is being destroyed
Alexey Proskuryakov
Comment 3 2007-12-27 23:47:26 PST
Comment on attachment 18140 [details] Don't call resizeLayerDestroyed() if the document is being destroyed r=me
Matt Lilek
Comment 4 2007-12-28 00:00:36 PST
Mitz landed the fix in r29011.
Note You need to log in before you can comment on or make changes to this bug.