| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| index 906fe6f715c54f79223922f25044149d1c456441..a0ce774dd1c0638e5befe0627e10d1e22efd9cf5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -908,12 +908,6 @@ inline bool isUndefinedOrNull(v8::Local<v8::Value> value)
|
| }
|
| v8::Local<v8::Function> getBoundFunction(v8::Local<v8::Function>);
|
|
|
| -// Attaches |environment| to |function| and returns it.
|
| -inline v8::Local<v8::Function> createClosure(v8::FunctionCallback function, v8::Local<v8::Value> environment, v8::Isolate* isolate)
|
| -{
|
| - return v8::Function::New(isolate->GetCurrentContext(), function, environment, 0, v8::ConstructorBehavior::kThrow).ToLocalChecked();
|
| -}
|
| -
|
| // FIXME: This will be soon embedded in the generated code.
|
| template<typename Collection> static void indexedPropertyEnumerator(const v8::PropertyCallbackInfo<v8::Array>& info)
|
| {
|
|
|