Index: third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp |
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp b/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp |
index e43c849c61f78240bbb3a88ac3518e48fa8fe342..67eab9f5682ee323893d483ebb058e5739c2fcea 100644 |
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp |
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseClient.cpp |
@@ -48,7 +48,7 @@ DEFINE_TRACE(DatabaseClient) |
DatabaseClient* DatabaseClient::fromPage(Page* page) |
{ |
- return static_cast<DatabaseClient*>(HeapSupplement<Page>::from(page, supplementName())); |
+ return static_cast<DatabaseClient*>(Supplement<Page>::from(page, supplementName())); |
} |
DatabaseClient* DatabaseClient::from(ExecutionContext* context) |