| Index: Source/modules/beacon/NavigatorBeacon.cpp
|
| diff --git a/Source/modules/beacon/NavigatorBeacon.cpp b/Source/modules/beacon/NavigatorBeacon.cpp
|
| index 8b96a3a3b5e24d92e27d323f53a7ecc0f8146f97..e5182d72afedfef7bcd3ce687fa9fca8bb6af188 100644
|
| --- a/Source/modules/beacon/NavigatorBeacon.cpp
|
| +++ b/Source/modules/beacon/NavigatorBeacon.cpp
|
| @@ -16,7 +16,7 @@
|
| #include "core/loader/BeaconLoader.h"
|
| #include "wtf/ArrayBufferView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| NavigatorBeacon::NavigatorBeacon(Navigator& navigator)
|
| : m_transmittedBytes(0)
|
| @@ -158,4 +158,4 @@ bool NavigatorBeacon::sendBeacon(ExecutionContext* context, const String& urlstr
|
| return result;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|