Index: Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp b/Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp |
index 5aefc0bc6233ee14dbe49e157ffaf79b3f53fb7b..3ad654a1e46d65221971e6ea6cfe5d446bbc1b61 100644 |
--- a/Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp |
+++ b/Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp |
@@ -44,12 +44,6 @@ |
namespace WebCore { |
-v8::Handle<v8::Value> V8HTMLSelectElement::indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) |
-{ |
- HTMLSelectElement* select = V8HTMLSelectElement::toNative(info.Holder()); |
- return toOptionsCollectionSetter(index, value, select, info.GetIsolate()); |
-} |
- |
v8::Handle<v8::Value> V8HTMLSelectElement::removeMethodCustom(const v8::Arguments& args) |
{ |
HTMLSelectElement* imp = V8HTMLSelectElement::toNative(args.Holder()); |