| Index: Source/platform/exported/WebStorageQuotaCallbacks.cpp
|
| diff --git a/Source/platform/exported/WebStorageQuotaCallbacks.cpp b/Source/platform/exported/WebStorageQuotaCallbacks.cpp
|
| index f57392ccacb70acd345e7afbefa857a8464fc0c5..3ae4f6569c9a78f727d30491ed1df30291be4634 100644
|
| --- a/Source/platform/exported/WebStorageQuotaCallbacks.cpp
|
| +++ b/Source/platform/exported/WebStorageQuotaCallbacks.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WebStorageQuotaCallbacksPrivate FINAL : public RefCountedWillBeGarbageCollected<WebStorageQuotaCallbacksPrivate> {
|
| +class WebStorageQuotaCallbacksPrivate final : public RefCountedWillBeGarbageCollected<WebStorageQuotaCallbacksPrivate> {
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebStorageQuotaCallbacksPrivate> create(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>& callbacks)
|
| {
|
|
|