| Index: third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h
|
| diff --git a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h
|
| index be00c3438a79fcda9d41bb5a0491bde4a7f1f77c..49b382d2120551f6d99d9360990eca4f1b6280b3 100644
|
| --- a/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h
|
| +++ b/third_party/WebKit/Source/modules/mediarecorder/BlobEvent.h
|
| @@ -20,7 +20,6 @@ class MODULES_EXPORT BlobEvent final : public Event {
|
| public:
|
| ~BlobEvent() override {}
|
|
|
| - static BlobEvent* create();
|
| static BlobEvent* create(const AtomicString& type, const BlobEventInit& initializer);
|
| static BlobEvent* create(const AtomicString& type, Blob*);
|
|
|
| @@ -32,7 +31,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - BlobEvent() {}
|
| BlobEvent(const AtomicString& type, const BlobEventInit& initializer);
|
| BlobEvent(const AtomicString& type, Blob*);
|
|
|
|
|