Index: third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
diff --git a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
index a0972e0b9f8c24e3c2832473c7ddbf5911bb1844..a3afe5565baf5e4e3fb05538f84d6bf3f91de168 100644 |
--- a/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
+++ b/third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h |
@@ -75,7 +75,7 @@ public: |
void resume() override; |
void stop() override; |
- // ActiveScriptWrappable |
+ // ScriptWrappable |
bool hasPendingActivity() const final { return !m_stopped; } |
// WebMediaRecorderHandlerClient |