Ignore:
Timestamp:
Jul 22, 2009, 7:52:22 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-22 Adam Barth <[email protected]>

Reviewed by Alexey Proskuryakov.

Remove unneeded virtual destructor from ScriptSourceProvider
https://bugs.webkit.org/show_bug.cgi?id=27563

  • bindings/js/ScriptSourceProvider.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/bindings/js/ScriptSourceProvider.h

    r46216 r46253  
    4040        {
    4141        }
    42        
    43         virtual ~ScriptSourceProvider() { }
    44        
     42
    4543        virtual const String& source() const = 0;
    4644    };
    47    
     45
    4846} // namespace WebCore
    4947
Note: See TracChangeset for help on using the changeset viewer.