| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index ebcf044d88141eacbee2c48399ee4e095d1e0624..c93644fe324f57e830dbdf6db11fb05a130e4b37 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -247,7 +247,7 @@ public:
|
| void sourceWasRemoved(HTMLSourceElement*);
|
| void sourceWasAdded(HTMLSourceElement*);
|
|
|
| - // ActiveScriptWrappable functions.
|
| + // ScriptWrappable functions.
|
| bool hasPendingActivity() const final;
|
|
|
| AudioSourceProviderClient* audioSourceNode() { return m_audioSourceNode; }
|
|
|