| Index: third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/Database.cpp b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| index 7074cbd62480c5fa4b9571728eaf71b3486581fb..545f8bce84dc5377b67feaa0ca2dfbc3c8e1800a 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/Database.cpp
|
| @@ -54,6 +54,7 @@
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebDatabaseObserver.h"
|
| #include "wtf/Atomics.h"
|
| +#include "wtf/CurrentTime.h"
|
|
|
| // Registering "opened" databases with the DatabaseTracker
|
| // =======================================================
|
|
|