| Index: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| index 3f118fb2399c69530535516137ec2e12cf9d3a7b..bf194107021dfa5784a390da55c73aab382394b8 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp
|
| @@ -78,7 +78,7 @@ bool StringSequenceCallbackFunctionLongSequenceArg::call(ScriptWrappable* script
|
| return false;
|
| }
|
|
|
| - Vector<String> cppValue = ToImplArray<Vector<String>>(v8ReturnValue, 0, m_scriptState->GetIsolate(), exceptionState);
|
| + Vector<String> cppValue = NativeValueTraits<IDLSequence<IDLString>>::NativeValue(m_scriptState->GetIsolate(), v8ReturnValue, exceptionState);
|
| if (exceptionState.HadException())
|
| return false;
|
| returnValue = cppValue;
|
|
|