| Index: third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp
|
| index 1e756bb8170965b3f9922f955760aded94e3e1cb..a6ad926e4159ae9ef77a82f0e5edf730b2ad8190 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp
|
| @@ -325,7 +325,7 @@ void RTCDataChannel::scheduleDispatchEvent(PassRefPtrWillBeRawPtr<Event> event)
|
| m_scheduledEvents.append(event);
|
|
|
| if (!m_scheduledEventTimer.isActive())
|
| - m_scheduledEventTimer.startOneShot(0, FROM_HERE);
|
| + m_scheduledEventTimer.startOneShot(0, BLINK_FROM_HERE);
|
| }
|
|
|
| void RTCDataChannel::scheduledEventTimerFired(Timer<RTCDataChannel>*)
|
|
|