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

Unified Diff: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h

Issue 1773813007: blink: Rename modules/ method to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-modules: rebase-fixes Created 4 years, 9 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
Index: third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
diff --git a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
index fa5edd38117663d4e2a62d044aa750eb19034b30..c8a460ea97e2573f68497eaa278a9a7c868053be 100644
--- a/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
+++ b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
@@ -81,7 +81,7 @@ private:
OwnPtr<MultiChannelResampler> m_multiChannelResampler;
// |m_passesCurrentSrcCORSAccessCheck| holds the value of
- // context()->securityOrigin() && context()->securityOrigin()->canRequest(mediaElement()->currentSrc()),
+ // context()->getSecurityOrigin() && context()->getSecurityOrigin()->canRequest(mediaElement()->currentSrc()),
// updated in the ctor and onCurrentSrcChanged() on the main thread and
// used in passesCORSAccessCheck() on the audio thread,
// protected by |m_processLock|.

Powered by Google App Engine
This is Rietveld 408576698