| Index: Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/EventFactory.cpp.tmpl b/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| index 2b14b41a19be06ccad2a270c5b88e52eb1ba36ff..edab6a44e098a4ba1ad8ee70ea2ac58dbc163d03 100644
|
| --- a/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| @@ -4,12 +4,12 @@
|
| #include "config.h"
|
| #include "core/events/{{namespace}}Factory.h"
|
|
|
| -#include "{{namespace}}Headers.h"
|
| +#include "{{namespace}}{{suffix}}Headers.h"
|
| #include "RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|
| -PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}Factory::create(const String& type)
|
| +PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(const String& type)
|
| {
|
| {% for event in events %}
|
| {% filter enable_conditional(event.Conditional) %}
|
|
|