| Index: third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.cpp b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| similarity index 85%
|
| rename from third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.cpp
|
| rename to third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| index 1dab12e47337583760fd8fc935158df192129193..47e9f0d31fa57b80f909830b507c262ebd5a3807 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/LongCallbackFunction.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| // clang-format off
|
|
|
| -#include "LongExperimentalCallbackFunction.h"
|
| +#include "LongCallbackFunction.h"
|
|
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| @@ -17,18 +17,18 @@
|
|
|
| namespace blink {
|
|
|
| -LongExperimentalCallbackFunction::LongExperimentalCallbackFunction(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| +LongCallbackFunction::LongCallbackFunction(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| : m_callback(isolate, callback)
|
| {
|
| DCHECK(!m_callback.isEmpty());
|
| m_callback.setPhantom();
|
| }
|
|
|
| -DEFINE_TRACE(LongExperimentalCallbackFunction)
|
| +DEFINE_TRACE(LongCallbackFunction)
|
| {
|
| }
|
|
|
| -bool LongExperimentalCallbackFunction::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, int num1, int num2, int& returnValue)
|
| +bool LongCallbackFunction::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, int num1, int num2, int& returnValue)
|
| {
|
| if (!scriptState->contextIsValid())
|
| return false;
|
|
|