| Index: Source/bindings/v8/V8Binding.cpp
|
| diff --git a/Source/bindings/v8/V8Binding.cpp b/Source/bindings/v8/V8Binding.cpp
|
| index 45e6beffc7eb3a58c6f65e8e8b797bd7ed7456d6..b72bcf839bfab96924994051d6dd2cecb7a3f3c2 100644
|
| --- a/Source/bindings/v8/V8Binding.cpp
|
| +++ b/Source/bindings/v8/V8Binding.cpp
|
| @@ -443,13 +443,6 @@ uint64_t toUInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration co
|
| return integer;
|
| }
|
|
|
| -v8::Handle<v8::FunctionTemplate> createRawTemplate(v8::Isolate* isolate)
|
| -{
|
| - v8::EscapableHandleScope scope(isolate);
|
| - v8::Local<v8::FunctionTemplate> result = v8::FunctionTemplate::New(isolate, V8ObjectConstructor::isValidConstructorMode);
|
| - return scope.Escape(result);
|
| -}
|
| -
|
| PassRefPtr<XPathNSResolver> toXPathNSResolver(v8::Handle<v8::Value> value, v8::Isolate* isolate)
|
| {
|
| RefPtr<XPathNSResolver> resolver;
|
|
|