| 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 6abf1be0f07b10757c861068c93d8b96b3d3c12a..b91d70ead9fe2872a83cf85fd9f66b63743e3450 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -661,7 +661,7 @@ class CORE_EXPORT HTMLMediaElement
|
| HeapVector<Member<ScriptPromiseResolver>> play_promise_reject_list_;
|
| ExceptionCode play_promise_error_code_;
|
|
|
| - // This is a weak reference, since m_audioSourceNode holds a reference to us.
|
| + // This is a weak reference, since audio_source_node_ holds a reference to us.
|
| // TODO(Oilpan): Consider making this a strongly traced pointer with oilpan
|
| // where strong cycles are not a problem.
|
| GC_PLUGIN_IGNORE("http://crbug.com/404577")
|
|
|