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+

Description Alexey Proskuryakov 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.
Comment 1 mitz 2007-12-27 23:15:42 PST
Should have run the tests...
Comment 2 mitz 2007-12-27 23:25:48 PST
Created attachment 18140 [details]
Don't call resizeLayerDestroyed() if the document is being destroyed
Comment 3 Alexey Proskuryakov 2007-12-27 23:47:26 PST
Comment on attachment 18140 [details]
Don't call resizeLayerDestroyed() if the document is being destroyed

r=me
Comment 4 Matt Lilek 2007-12-28 00:00:36 PST
Mitz landed the fix in r29011.