Bug 175613
| Summary: | Fix layering violations in SQL platform | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | beidson |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 175084 | ||
Don Olmstead
Currently SQLiteDatabase has a dependency on DatabaseAuthorizer.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Don Olmstead
One option is to move DatabaseAuthorizer into platform/sql.
Another option is to make an interface in platform/sql that DatabaseAuthorizer then implements.