| Index: third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| index 81bfd4fea749f41d00595bfff5255f41ce335ed7..c6125282767a9320ef49e68731a0ba5eeec206c3 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseAuthorizer.h
|
| @@ -30,8 +30,6 @@
|
|
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/StringHash.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -116,8 +114,6 @@ private:
|
| bool m_hadDeletes : 1;
|
|
|
| const String m_databaseInfoTableName;
|
| -
|
| - HashSet<String, CaseFoldingHash> m_whitelistedFunctions;
|
| };
|
|
|
| } // namespace blink
|
|
|