| Index: third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| index 4dacc5f9e9d4d1dd14a77fd496e14d83d403f6db..2b73ee132eadea2061e86093bfecaa1d30d43f8f 100644
|
| --- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| +++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h
|
| @@ -135,7 +135,7 @@ class MODULES_EXPORT RTCDataChannel final
|
| enum BinaryType { BinaryTypeBlob, BinaryTypeArrayBuffer };
|
| BinaryType m_binaryType;
|
|
|
| - Timer<RTCDataChannel> m_scheduledEventTimer;
|
| + TaskRunnerTimer<RTCDataChannel> m_scheduledEventTimer;
|
| HeapVector<Member<Event>> m_scheduledEvents;
|
|
|
| unsigned m_bufferedAmountLowThreshold;
|
|
|