| Index: third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| index bf00209a676514f6729276eebed0993ddad3dc82..98ebdcf61c6412563a35a8c78f40230afa4fd8d0 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/sqlite/SQLiteFileSystem.cpp
|
| @@ -46,7 +46,7 @@ SQLiteFileSystem::SQLiteFileSystem()
|
|
|
| int SQLiteFileSystem::openDatabase(const String& filename, sqlite3** database)
|
| {
|
| - SafePointScope scope(ThreadState::HeapPointersOnStack);
|
| + SafePointScope scope(BlinkGC::HeapPointersOnStack);
|
| return sqlite3_open_v2(filename.utf8().data(), database, SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, "chromium_vfs");
|
| }
|
|
|
|
|