| Index: Source/bindings/tests/results/core/TestInterfaceEventInit.h
|
| diff --git a/Source/bindings/tests/results/core/TestInterfaceEventInit.h b/Source/bindings/tests/results/core/TestInterfaceEventInit.h
|
| index 6c29ad45a2d87cb792659392ae6937812fd02e05..997642be8f73928d385b534e8523dc335c841e68 100644
|
| --- a/Source/bindings/tests/results/core/TestInterfaceEventInit.h
|
| +++ b/Source/bindings/tests/results/core/TestInterfaceEventInit.h
|
| @@ -8,13 +8,13 @@
|
| #define TestInterfaceEventInit_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/events/EventInitDictionary.h"
|
| +#include "core/events/EventInit.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
| -class CORE_EXPORT TestInterfaceEventInit : public EventInitDictionary {
|
| +class CORE_EXPORT TestInterfaceEventInit : public EventInit {
|
| ALLOW_ONLY_INLINE_ALLOCATION();
|
| public:
|
| TestInterfaceEventInit();
|
|
|