| 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 8e524cc9611199f1f3477c794eae370fd30511f6..108d1cef85f071b346da8b82a43aa5e191819b7d 100644
|
| --- a/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/EventFactory.cpp.tmpl
|
| @@ -11,7 +11,7 @@
|
| #include "{{namespace}}{{suffix}}Headers.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(const String& type)
|
| {
|
| @@ -28,4 +28,4 @@ PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(con
|
| return nullptr;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|