| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| index 4df6b5b58abc2f3ccc7e5996ff78a28779bbe079..0fc4a5fff3a9f53918b6682b801f538d42e3796a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
|
| @@ -66,7 +66,7 @@ static void namedItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| V8StringResource<> name;
|
| name = info[0];
|
| if (!name.prepare())
|
| - return;
|
| + return;
|
|
|
| NodeOrNodeList result;
|
| impl->getItem(name, result);
|
|
|