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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.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/bindings/core/v8/V8BindingForTesting.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
index 3708e99d2c95b82b28b790d455b75c772678dfce..c992e3cfa06b6241a4226dea07fa31e37cf7571c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
@@ -23,7 +23,7 @@ ScriptStateForTesting::ScriptStateForTesting(v8::Local<v8::Context> context, Pas
{
}
-ExecutionContext* ScriptStateForTesting::executionContext() const
+ExecutionContext* ScriptStateForTesting::getExecutionContext() const
{
return m_executionContext;
}
@@ -46,7 +46,7 @@ V8TestingScope::~V8TestingScope()
m_scriptState->disposePerContextData();
}
-ScriptState* V8TestingScope::scriptState() const
+ScriptState* V8TestingScope::getScriptState() const
{
return m_scriptState.get();
}

Powered by Google App Engine
This is Rietveld 408576698