| Index: Source/modules/serviceworkers/InstallEvent.cpp
|
| diff --git a/Source/modules/serviceworkers/InstallEvent.cpp b/Source/modules/serviceworkers/InstallEvent.cpp
|
| index 77550fa5744c3113b737ab566474d7883a29a643..23f1b9a8f46af1b6d4428af065ed41b2d2bc42a5 100644
|
| --- a/Source/modules/serviceworkers/InstallEvent.cpp
|
| +++ b/Source/modules/serviceworkers/InstallEvent.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create()
|
| {
|
| @@ -84,4 +84,4 @@ void InstallEvent::trace(Visitor* visitor)
|
| InstallPhaseEvent::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|