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 86640c7a01a9185fca1a453765ed3f491cbfcc95..57688c88fcae8def8ab57bc4273629c2982f1360 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.h |
@@ -104,7 +104,7 @@ public: |
void resume() override; |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
bool hasPendingActivity() const override; |
DECLARE_VIRTUAL_TRACE(); |