| Index: Source/modules/InitModules.h
|
| diff --git a/Source/modules/InitModules.h b/Source/modules/InitModules.h
|
| index eb6985a0a9c767955b77769a69a7b5f65b7846b0..024e761f6c6ec8f048df081fa0d67d6c2a9f5112 100644
|
| --- a/Source/modules/InitModules.h
|
| +++ b/Source/modules/InitModules.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/Init.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Event;
|
| class ExceptionState;
|
| @@ -23,6 +23,6 @@ public:
|
|
|
| PassRefPtrWillBeRawPtr<Event> createEventModules(const String& eventType, ExceptionState&);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // InitModules_h
|
|
|