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/WeakMapData.h

    r197379 r197563  
    8282        }
    8383    private:
    84         virtual void visitWeakReferences(SlotVisitor&) override;
    85         virtual void finalizeUnconditionally() override;
     84        void visitWeakReferences(SlotVisitor&) override;
     85        void finalizeUnconditionally() override;
    8686        unsigned m_liveKeyCount;
    8787        WeakMapData* m_target;
Note: See TracChangeset for help on using the changeset viewer.