| Index: third_party/WebKit/Source/core/fileapi/FileReaderSync.h
|
| diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderSync.h b/third_party/WebKit/Source/core/fileapi/FileReaderSync.h
|
| index 830c5cfcfb39c28165245c6747c8814827a01adc..72b131489ee14045944360e86f084519d13792ea 100644
|
| --- a/third_party/WebKit/Source/core/fileapi/FileReaderSync.h
|
| +++ b/third_party/WebKit/Source/core/fileapi/FileReaderSync.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
| @@ -52,7 +51,7 @@ public:
|
| return new FileReaderSync();
|
| }
|
|
|
| - PassRefPtr<DOMArrayBuffer> readAsArrayBuffer(ExecutionContext*, Blob*, ExceptionState&);
|
| + DOMArrayBuffer* readAsArrayBuffer(ExecutionContext*, Blob*, ExceptionState&);
|
| String readAsBinaryString(ExecutionContext*, Blob*, ExceptionState&);
|
| String readAsText(ExecutionContext* executionContext, Blob* blob, ExceptionState& ec)
|
| {
|
|
|