Web SQL: Replace WTF_LOG() with STORAGE_DVLOG() or SQL_DVLOG().
WTF_LOG() is deprecated. This CL introduce STORAGE_DVLOG(level), which shows
logs with --vmodule=StorageLog=N, and SQL_DVLOG(level), which shows logs with
--vmodule=SQLLog=N, and replace WTF_LOG(StorageAPI, ...) and
WTF_LOG(SQLDatabase, ...).
This CL doesn't affect production.
BUG=
596760
Committed:
https://crrev.com/83ced803a3b4c0d55efd2a07f17af7b5809d67b4
Cr-Commit-Position: refs/heads/master@{#411499}