| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| index 6eb389d89018adc941000c26a2d2e38de67f3192..41999768cab8b7cf9405e1c5787745842178b075 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
|
| @@ -245,11 +245,11 @@ static void partialVoidTestEnumModulesArgMethodMethodCallback(const v8::Function
|
| ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
|
| String errorMessage;
|
| if (!OriginTrials::featureNameEnabled(executionContext, errorMessage)) {
|
| - v8SetReturnValue(info, v8::Undefined(info.GetIsolate()));
|
| - if (!errorMessage.isEmpty()) {
|
| - toDocument(executionContext)->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage));
|
| - }
|
| - return;
|
| + v8SetReturnValue(info, v8::Undefined(info.GetIsolate()));
|
| + if (!errorMessage.isEmpty()) {
|
| + toDocument(executionContext)->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage));
|
| + }
|
| + return;
|
| }
|
| TestInterfaceImplementationPartialV8Internal::partialVoidTestEnumModulesArgMethodMethod(info);
|
| }
|
| @@ -296,11 +296,11 @@ static void unscopeableVoidMethodMethodCallback(const v8::FunctionCallbackInfo<v
|
| ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
|
| String errorMessage;
|
| if (!OriginTrials::featureNameEnabled(executionContext, errorMessage)) {
|
| - v8SetReturnValue(info, v8::Undefined(info.GetIsolate()));
|
| - if (!errorMessage.isEmpty()) {
|
| - toDocument(executionContext)->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage));
|
| - }
|
| - return;
|
| + v8SetReturnValue(info, v8::Undefined(info.GetIsolate()));
|
| + if (!errorMessage.isEmpty()) {
|
| + toDocument(executionContext)->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, errorMessage));
|
| + }
|
| + return;
|
| }
|
| TestInterfaceImplementationPartialV8Internal::unscopeableVoidMethodMethod(info);
|
| }
|
|
|