| Index: Source/core/css/FontFaceSetLoadEvent.h
|
| diff --git a/Source/core/css/FontFaceSetLoadEvent.h b/Source/core/css/FontFaceSetLoadEvent.h
|
| index af5715dbb31d3a4a1a86a88f10cebb8a008cfb8b..ae9a9f0b0168f633187fcc90848c6323b8243e9f 100644
|
| --- a/Source/core/css/FontFaceSetLoadEvent.h
|
| +++ b/Source/core/css/FontFaceSetLoadEvent.h
|
| @@ -32,6 +32,7 @@
|
| #define FontFaceSetLoadEvent_h
|
|
|
| #include "core/css/FontFace.h"
|
| +#include "core/css/FontFaceSetLoadEventInit.h"
|
| #include "core/dom/DOMError.h"
|
| #include "core/events/Event.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -39,10 +40,6 @@
|
|
|
| namespace blink {
|
|
|
| -struct FontFaceSetLoadEventInit : public EventInit {
|
| - FontFaceArray fontfaces;
|
| -};
|
| -
|
| class FontFaceSetLoadEvent final : public Event {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|