Index: third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
index 13d4c277126ddcc9c37d19f5c3b389884f701a67..713f2257d78a8f3e6d8815ba010cff9682acf0c0 100644 |
--- a/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.h |
@@ -155,7 +155,7 @@ public: |
void resume() override; |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
// We keep the this object alive until either stopped or closed. |
bool hasPendingActivity() const final |
{ |