Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
index f9d3a32dc748431443ad47e99cc52d59fe58cc5c..abec7b8c204bf3922e26b0d5b4c8339ee32dcf83 100644 |
--- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
+++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.h |
@@ -37,7 +37,7 @@ public: |
// ActiveDOMObject |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
bool hasPendingActivity() const final; |
ContentSecurityPolicy* contentSecurityPolicy(); |