| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| index f9e5d18cc9c0b59a8c1d8488f340a5de2a539569..8a57d355968fad310a1cf9bdae8266e4ea4a6c80 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.cpp
|
| @@ -94,7 +94,7 @@ const FunctionNameList& WhitelistedFunctions() {
|
| }));
|
| return list;
|
| }
|
| -}
|
| +} // namespace
|
|
|
| int DatabaseAuthorizer::CreateTable(const String& table_name) {
|
| if (!AllowWrite())
|
|
|