 Chromium Code Reviews
 Chromium Code Reviews Issue 47073007:
  Bindings: Remove special cases for DOMStringList  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 47073007:
  Bindings: Remove special cases for DOMStringList  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| 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); | 
| 
jsbell
2013/10/30 18:01:13
Technically there's no reason to remove this, it h
 | 
| virtual bool callbackWithBoolean(bool boolParam); | 
| virtual bool callbackWithSequence(const Vector<RefPtr<TestObj> >& sequenceParam); | 
| virtual bool callbackWithFloat(float floatParam); |