| Index: Source/modules/filesystem/ErrorCallback.h
|
| diff --git a/Source/modules/filesystem/ErrorCallback.h b/Source/modules/filesystem/ErrorCallback.h
|
| index 4c6eac20bc699f7211c574870593206ef8621557..f394d7231c126e9e191e1f5b8ef833bc7487a559 100644
|
| --- a/Source/modules/filesystem/ErrorCallback.h
|
| +++ b/Source/modules/filesystem/ErrorCallback.h
|
| @@ -37,7 +37,7 @@ namespace blink {
|
|
|
| class FileError;
|
|
|
| -class ErrorCallback : public NoBaseWillBeGarbageCollectedFinalized<ErrorCallback> {
|
| +class ErrorCallback : public GarbageCollectedFinalized<ErrorCallback> {
|
| public:
|
| virtual ~ErrorCallback() { }
|
| virtual void trace(Visitor*) { }
|
|
|