Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 2866093002: blink: m_foo -> foo_ in logging strings. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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")
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698