summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/filesystem/ErrorCallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/modules/filesystem/ErrorCallback.h')
-rw-r--r--third_party/WebKit/Source/modules/filesystem/ErrorCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.h b/third_party/WebKit/Source/modules/filesystem/ErrorCallback.h
index 4c6eac2..f394d72 100644
--- a/third_party/WebKit/Source/modules/filesystem/ErrorCallback.h
+++ b/third_party/WebKit/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*) { }