Ignore:
Timestamp:
Sep 23, 2015, 12:02:55 PM (10 years ago)
Author:
[email protected]
Message:

Remove unimplemented method Heap::showStatistics
https://bugs.webkit.org/show_bug.cgi?id=149507

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-09-23
Reviewed by Darin Adler.

  • heap/Heap.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/heap/Heap.h

    r190151 r190179  
    187187    JS_EXPORT_PRIVATE std::unique_ptr<TypeCountSet> protectedObjectTypeCounts();
    188188    JS_EXPORT_PRIVATE std::unique_ptr<TypeCountSet> objectTypeCounts();
    189     void showStatistics();
    190189
    191190    HashSet<MarkedArgumentBuffer*>& markListSet();
Note: See TracChangeset for help on using the changeset viewer.