| Index: third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.cpp b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| similarity index 81%
|
| rename from third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.cpp
|
| rename to third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| index 3e707244b5fdbe6fe382846f74c19ff9acf39abf..45027382d18eebcad33afe9ebf93ea214b25bd52 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| // clang-format off
|
|
|
| -#include "V8VoidCallbackFunctionInterfaceArg.h"
|
| +#include "VoidCallbackFunctionInterfaceArg.h"
|
|
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/ToV8.h"
|
| @@ -17,18 +17,18 @@
|
|
|
| namespace blink {
|
|
|
| -V8VoidCallbackFunctionInterfaceArg::V8VoidCallbackFunctionInterfaceArg(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| +VoidCallbackFunctionInterfaceArg::VoidCallbackFunctionInterfaceArg(v8::Isolate* isolate, v8::Local<v8::Function> callback)
|
| : m_callback(isolate, callback)
|
| {
|
| DCHECK(!m_callback.isEmpty());
|
| m_callback.setPhantom();
|
| }
|
|
|
| -DEFINE_TRACE(V8VoidCallbackFunctionInterfaceArg)
|
| +DEFINE_TRACE(VoidCallbackFunctionInterfaceArg)
|
| {
|
| }
|
|
|
| -bool V8VoidCallbackFunctionInterfaceArg::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, HTMLDivElement* divElement)
|
| +bool VoidCallbackFunctionInterfaceArg::call(ScriptState* scriptState, ScriptWrappable* scriptWrappable, ExceptionState& exceptionState, HTMLDivElement* divElement)
|
| {
|
| if (!scriptState->contextIsValid())
|
| return false;
|
|
|