| Index: Source/bindings/tests/results/V8TestCallback.h
|
| diff --git a/Source/bindings/tests/results/V8TestCallback.h b/Source/bindings/tests/results/V8TestCallback.h
|
| index 0090414d7f1a6febd367a849a533dca6898ee6ab..776b5d37517ac84d9390054b5de560bc3852dd41 100644
|
| --- a/Source/bindings/tests/results/V8TestCallback.h
|
| +++ b/Source/bindings/tests/results/V8TestCallback.h
|
| @@ -47,7 +47,6 @@ public:
|
| virtual bool callbackWithTestObjectParam(TestObj* class1Param);
|
| virtual bool callbackWithTestObjectParam(TestObj* class2Param, const String& strArg);
|
| virtual int customCallback(TestObj* testObjParam, TestObj* testObjParam);
|
| - virtual bool callbackWithStringList(RefPtr<DOMStringList> listParam);
|
| virtual bool callbackWithBoolean(bool boolParam);
|
| virtual bool callbackWithSequence(const Vector<RefPtr<TestObj> >& sequenceParam);
|
| virtual bool callbackWithFloat(float floatParam);
|
|
|