[Webkit-unassigned] [Bug 24776] Disabling HTML5 Database breaks the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 07:07:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24776





------- Comment #9 from benm at google.com  2009-03-26 07:07 PDT -------
I had a look in the platform/sql code and particularly the SQLiteAuthorizer -
it seems that the SQLiteAuthorizer was replaced by DatabaseAuthorizer in
changeset 36054. On inspecting further however it looks like the only
dependency in DatabaseAuthorizer.cpp on the rest of the Database code is
Database::databaseInfoTableName. What do you think about moving this dependency
into Database.h (it's straightforward and static) and #if ENABLE(DATABASE) out
the other database cpp files? Or we could leave this function in Database.cpp
and #if ENABLE(DATABASE) around the rest of the code? I think that either of
these means we can leave Document.cpp|h as they are. I'll give these
alternatives a try and upload an alternative patch. Let me know your thoughts.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list