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