| Index: third_party/WebKit/Source/core/fileapi/FileReader.cpp
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileReader.cpp b/third_party/WebKit/Source/core/fileapi/FileReader.cpp
|
| index 15e1264ace4cffd7736ef3986b9391697cb00c0f..3e7d0f1fdc5d8c38ba2935dd5fbfdd22f9a0cbc3 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileReader.cpp
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileReader.cpp
|
| @@ -192,8 +192,7 @@ FileReader* FileReader::create(ExecutionContext* context) {
|
| }
|
|
|
| FileReader::FileReader(ExecutionContext* context)
|
| - : ActiveScriptWrappable(this),
|
| - SuspendableObject(context),
|
| + : SuspendableObject(context),
|
| m_state(kEmpty),
|
| m_loadingState(LoadingStateNone),
|
| m_stillFiringEvents(false),
|
|
|