| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp b/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
|
| index f228925a8f086c714f357c1c82a4c875965649c8..db5b534047d62eba6e04f91b3045d27314f5dc6c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp
|
| @@ -83,7 +83,7 @@ NodeFilter* toNodeFilter(v8::Local<v8::Value> callback,
|
| NodeFilter* filter = NodeFilter::create();
|
|
|
| v8::Local<v8::Value> filterWrapper =
|
| - toV8(filter, creationContext, scriptState->isolate());
|
| + ToV8(filter, creationContext, scriptState->isolate());
|
| if (filterWrapper.IsEmpty())
|
| return nullptr;
|
|
|
|
|