Changeset 161204 in webkit


Ignore:
Timestamp:
Jan 1, 2014, 10:21:06 PM (12 years ago)
Author:
Seokju Kwon
Message:

Remove stale ScriptProfiler methods
https://bugs.webkit.org/show_bug.cgi?id=126373

Reviewed by Darin Adler.

No new tests, No change behavior.

  • bindings/js/ScriptProfiler.h: Remove dead code.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161203 r161204  
     12014-01-01  Seokju Kwon  <seokju@webkit.org>
     2
     3        Remove stale ScriptProfiler methods
     4        https://bugs.webkit.org/show_bug.cgi?id=126373
     5
     6        Reviewed by Darin Adler.
     7
     8        No new tests, No change behavior.
     9
     10        * bindings/js/ScriptProfiler.h: Remove dead code.
     11
    1122014-01-01  Andreas Kling  <akling@apple.com>
    213
  • trunk/Source/WebCore/bindings/js/ScriptProfiler.h

    r160457 r161204  
    7474    static bool isSampling() { return false; }
    7575    static bool hasHeapProfiler() { return false; }
    76     // FIXME: Support these methods for JSC. See bug 90358.
    77     static void visitExternalStrings(ExternalStringVisitor*) { }
    78     static void visitExternalArrays(ExternalArrayVisitor*) { }
    79     static size_t profilerSnapshotsSize() { return 0; }
    8076    static HashMap<String, double>* currentProfileNameIdleTimeMap() { return 0; }
    8177};
Note: See TracChangeset for help on using the changeset viewer.