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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp

Issue 2595543003: Rename toV8(...) function in Blink to ToV8(...). (Closed)
Patch Set: Rebasing... Created 3 years, 11 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/V8NodeFilterCondition.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp b/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp
index d7b57d5ba30ac76974983f2a9b4b0b770868601b..f6d0a2b1f7dd91c3de95f3537a7ffb2cf6bfc1b0 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp
@@ -100,7 +100,7 @@ unsigned V8NodeFilterCondition::acceptNode(
receiver = filter;
}
- v8::Local<v8::Value> nodeWrapper = toV8(node, m_scriptState.get());
+ v8::Local<v8::Value> nodeWrapper = ToV8(node, m_scriptState.get());
if (nodeWrapper.IsEmpty()) {
if (exceptionCatcher.HasCaught())
exceptionState.rethrowV8Exception(exceptionCatcher.Exception());

Powered by Google App Engine
This is Rietveld 408576698