Changeset 161204 in webkit
- Timestamp:
- Jan 1, 2014, 10:21:06 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r161203 r161204 1 2014-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 1 12 2014-01-01 Andreas Kling <akling@apple.com> 2 13 -
trunk/Source/WebCore/bindings/js/ScriptProfiler.h
r160457 r161204 74 74 static bool isSampling() { return false; } 75 75 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; }80 76 static HashMap<String, double>* currentProfileNameIdleTimeMap() { return 0; } 81 77 };
Note:
See TracChangeset
for help on using the changeset viewer.