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/dfg/DFGJITCode.h

    r197159 r197563  
    5353    virtual ~JITCode();
    5454   
    55     virtual CommonData* dfgCommon() override;
    56     virtual JITCode* dfg() override;
     55    CommonData* dfgCommon() override;
     56    JITCode* dfg() override;
    5757   
    5858    OSREntryData* appendOSREntryData(unsigned bytecodeIndex, unsigned machineCodeOffset)
Note: See TracChangeset for help on using the changeset viewer.