Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h |
diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h |
index 0fd00ce8179f85a44086e3d3b4f378534e67965f..d8d6bbc02a2889d219494007373d859ba81ed39d 100644 |
--- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h |
+++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h |
@@ -121,7 +121,7 @@ public: |
void resume() override; |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable functions. |
// Prevent this instance from being collected while it's not in CLOSED |
// state. |
bool hasPendingActivity() const final; |