Ignore:
Timestamp:
Mar 4, 2016, 8:47:55 AM (9 years ago)
Author:
Darin Adler
Message:

Remove "virtual" from all lines that have both "virtual" and "override".
https://bugs.webkit.org/show_bug.cgi?id=155005

Reviewed by Geoffrey Garen.

  • Scripts/do-webcore-rename: Added a regular expression to this script to do the job.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/RegExpCache.h

    r190113 r197563  
    5555    static const int maxStrongCacheableEntries = 32;
    5656
    57     virtual void finalize(Handle<Unknown>, void* context) override;
     57    void finalize(Handle<Unknown>, void* context) override;
    5858
    5959    RegExp* lookupOrCreate(const WTF::String& patternString, RegExpFlags);
Note: See TracChangeset for help on using the changeset viewer.