Summary: | LayoutTest failures on r106797 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tony Gentilcore <tonyg> | ||||
Component: | WebCore Misc. | Assignee: | Allan Sandfeld Jensen <allan.jensen> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | allan.jensen, jchaffraix | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Tony Gentilcore
2012-02-06 06:19:30 PST
Created attachment 125642 [details]
Patch
Catch one more derived class of ActiveDOMObject.
Comment on attachment 125642 [details] Patch Seems like the same pattern as in http://trac.webkit.org/changeset/106797 . rs=me Comment on attachment 125642 [details] Patch Clearing flags on attachment: 125642 Committed r106806: <http://trac.webkit.org/changeset/106806> All reviewed patches have been landed. Closing bug. After getting Allan's permission on #webkit, I used webkit-patch land-attachment to green things up without waiting for the cq. I am seeing the same ASSERT triggering in webaudio. There seem to be another instance of ActiveDOMObject there too. Is it possible that we are missing the same fix there? (In reply to comment #6) > I am seeing the same ASSERT triggering in webaudio. There seem to be another instance of ActiveDOMObject there too. Is it possible that we are missing the same fix there? It is possible. I have checked all classes directly derived from ActiveDOMObject, and all classes indirectly derived from ActiveDOMObject used by Qt. But I might have missed a classes indirectly inheriting from ActiveDOMObject in modules not used by Qt. If this is the case, it can be fixed by calling suspendIfNeeded() in the create class. |