Bug 59815
Summary: | [Refactoring] DocumentMarker instance is only created by DocumentMarkerController | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | HTML Editing | Assignee: | Hajime Morrita <morrita> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dbates, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 58111 |
Hajime Morrita
Currently document marker is POD and created by anyone.
But this should be created only by and owned by DocumentMarkerController to
allow more strict control of its lifetime.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Closing this. The original intention was no longer clear.