| Index: Source/modules/serviceworkers/RespondWithObserver.cpp
|
| diff --git a/Source/modules/serviceworkers/RespondWithObserver.cpp b/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| index a58ffe7345607df10129e607c05c2c137309a5c2..19967fb8b9c5454bbaa647d3f0e0f58c46260658 100644
|
| --- a/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| +++ b/Source/modules/serviceworkers/RespondWithObserver.cpp
|
| @@ -16,7 +16,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RespondWithObserver::ThenFunction FINAL : public ScriptFunction {
|
| public:
|
| @@ -121,4 +121,4 @@ RespondWithObserver::RespondWithObserver(ExecutionContext* context, int eventID)
|
| {
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|