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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerConsole.cpp

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/core/workers/WorkerConsole.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerConsole.cpp b/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
index 00f2f112b318ce84d9e615f5dd512b21b34d0ccb..33f96f755f96a527c447aa1f3b5daa044183721e 100644
--- a/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerConsole.cpp
@@ -55,7 +55,7 @@ ExecutionContext* WorkerConsole::context()
{
if (!m_scope)
return nullptr;
- return m_scope->executionContext();
+ return m_scope->getExecutionContext();
}
DEFINE_TRACE(WorkerConsole)
« no previous file with comments | « third_party/WebKit/Source/core/workers/SharedWorker.cpp ('k') | third_party/WebKit/Source/core/workers/WorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698