Bug 16628 - ASSERTION FAILED: m_resizeLayer (running layout tests)
Summary: ASSERTION FAILED: m_resizeLayer (running layout tests)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-27 23:11 PST by Alexey Proskuryakov
Modified: 2007-12-28 00:00 PST (History)
1 user (show)

See Also:


Attachments
Don't call resizeLayerDestroyed() if the document is being destroyed (1.17 KB, patch)
2007-12-27 23:25 PST, mitz
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.