| Index: third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| index 6cfdb3bcd0d06e941c4bb7a1c156c7969ebd290e..6825360af670e0f913527c622460916dbd9c6ab0 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
|
| @@ -162,7 +162,7 @@ bool IDBOpenDBRequest::shouldEnqueueEvent() const
|
| return true;
|
| }
|
|
|
| -bool IDBOpenDBRequest::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event)
|
| +bool IDBOpenDBRequest::dispatchEventInternal(RawPtr<Event> event)
|
| {
|
| // If the connection closed between onUpgradeNeeded and the delivery of the "success" event,
|
| // an "error" event should be fired instead.
|
|
|