| Index: Source/core/fileapi/FileReaderLoader.h
|
| diff --git a/Source/core/fileapi/FileReaderLoader.h b/Source/core/fileapi/FileReaderLoader.h
|
| index 238ee7b230c622091d22c46b9e18c002626020ea..d9fd0b5dd36224d4479e9daa2d64fce096f8f7fc 100644
|
| --- a/Source/core/fileapi/FileReaderLoader.h
|
| +++ b/Source/core/fileapi/FileReaderLoader.h
|
| @@ -99,7 +99,7 @@ public:
|
| void setDataType(const String& dataType) { m_dataType = dataType; }
|
|
|
| private:
|
| - void startInternal(ExecutionContext*, const Stream*, PassRefPtr<BlobDataHandle>);
|
| + void startInternal(ExecutionContext&, const Stream*, PassRefPtr<BlobDataHandle>);
|
| void terminate();
|
| void cleanup();
|
|
|
|
|