| Index: Source/modules/mediastream/RTCIceCandidateEvent.cpp
|
| diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.cpp b/Source/modules/mediastream/RTCIceCandidateEvent.cpp
|
| index ad7edce148a9b415294488a71a42d2ce4bbf3e25..56c3d4a44db036e2a9304c93d5f34aad8b15efaf 100644
|
| --- a/Source/modules/mediastream/RTCIceCandidateEvent.cpp
|
| +++ b/Source/modules/mediastream/RTCIceCandidateEvent.cpp
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "modules/mediastream/RTCIceCandidate.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtrWillBeRawPtr<RTCIceCandidateEvent> RTCIceCandidateEvent::create()
|
| {
|
| @@ -71,5 +71,5 @@ void RTCIceCandidateEvent::trace(Visitor* visitor)
|
| Event::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
|
|