| Index: third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| index d17bcf5512afdf1984246d3c67fa9c6399c6055b..dcc9f0481954d3c9ec430af2eaeef6ec28eeec3d 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h
|
| @@ -91,7 +91,7 @@ public:
|
|
|
| // EventTarget
|
| const AtomicString& interfaceName() const override;
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| // Oilpan: need to eagerly finalize m_handler
|
| EAGERLY_FINALIZE();
|
|
|