Bug 55130
Summary: | A flag in debug mode should determine that every call of removedFromDocument() reaches the base class | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | darin |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | 12065 | ||
Bug Blocks: |
Dirk Schulze
A flag in debug mode should determine that every call of removedFromDocument() reaches the base class. This avoids people from forgetting to add the base class calls in derived classes. This already happened on SVGHKern and SVGVKern. See also last comment on https://bugs.webkit.org/show_bug.cgi?id=12065#c17 .
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |