| Index: third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h b/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h
|
| index da7407242133e4d68f8a047eedabb45ede1d83b7..0f8b94e133dd6cd3f8c57885cf7a63a41d944b35 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h
|
| @@ -43,11 +43,6 @@ namespace blink {
|
| class FontFaceSetLoadEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static FontFaceSetLoadEvent* create()
|
| - {
|
| - return new FontFaceSetLoadEvent();
|
| - }
|
| -
|
| static FontFaceSetLoadEvent* create(const AtomicString& type, const FontFaceSetLoadEventInit& initializer)
|
| {
|
| return new FontFaceSetLoadEvent(type, initializer);
|
| @@ -67,7 +62,6 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - FontFaceSetLoadEvent();
|
| FontFaceSetLoadEvent(const AtomicString&, const FontFaceArray&);
|
| FontFaceSetLoadEvent(const AtomicString&, const FontFaceSetLoadEventInit&);
|
|
|
|
|