Index: third_party/WebKit/Source/core/page/EventSource.h |
diff --git a/third_party/WebKit/Source/core/page/EventSource.h b/third_party/WebKit/Source/core/page/EventSource.h |
index 0e6336eecb77ea68fa68e62e85b0c3c2166d41a6..3f2d280c75453cfdc2e8d600de8cc6143d318aaf 100644 |
--- a/third_party/WebKit/Source/core/page/EventSource.h |
+++ b/third_party/WebKit/Source/core/page/EventSource.h |
@@ -87,7 +87,7 @@ public: |
// asynchronous events from the loader won't be invoked. |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
bool hasPendingActivity() const final; |
DECLARE_VIRTUAL_TRACE(); |