| Index: third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
 | 
| index ef227b715d1fbf5b293e49496b2f7f027558966b..a842d040bafecb12a7b157d449613547bef5ecc7 100644
 | 
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
 | 
| @@ -122,7 +122,7 @@ int64_t IDBAny::integer() const
 | 
|      return m_integer;
 | 
|  }
 | 
|  
 | 
| -IDBAny::IDBAny(PassRefPtrWillBeRawPtr<DOMStringList> value)
 | 
| +IDBAny::IDBAny(RawPtr<DOMStringList> value)
 | 
|      : m_type(DOMStringListType)
 | 
|      , m_domStringList(value)
 | 
|  {
 | 
| 
 |