Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: Source/bindings/tests/results/core/TestInterfaceEventInit.h

Issue 1154943009: bindings: Remove [EventConstructor] and [InitializedByEventConstructor] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698