NEW 175613
Fix layering violations in SQL platform
https://bugs.webkit.org/show_bug.cgi?id=175613
Summary Fix layering violations in SQL platform
Don Olmstead
Reported 2017-08-15 18:50:46 PDT
Currently SQLiteDatabase has a dependency on DatabaseAuthorizer.
Attachments
Don Olmstead
Comment 1 2017-08-15 18:53:30 PDT
One option is to move DatabaseAuthorizer into platform/sql. Another option is to make an interface in platform/sql that DatabaseAuthorizer then implements.
Note You need to log in before you can comment on or make changes to this bug.