| 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());
|
|
|