Index: third_party/WebKit/Source/modules/fetch/Response.h |
diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h |
index 1edeec8c3004e8fbe57e0a5a271ea35f1070ff38..1177c08a01b180ccbf9648cf187c4ee71e2dfca6 100644 |
--- a/third_party/WebKit/Source/modules/fetch/Response.h |
+++ b/third_party/WebKit/Source/modules/fetch/Response.h |
@@ -59,7 +59,7 @@ public: |
// This function must be called with entering an appropriate V8 context. |
Response* clone(ScriptState*, ExceptionState&); |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
bool hasPendingActivity() const final; |
// Does not call response.setBlobDataHandle(). |