Bug 32664

Summary: Remove HeavyProfile and TreeProfile completely
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Patch sullivan: review+

Description Adam Roben (:aroben) 2009-12-17 09:10:51 PST
Created attachment 45075 [details]
Patch

These were mostly removed in r42808, but the empty files were left in
place.

Need a short description and bug URL (OOPS!)

Reviewed by NOBODY (OOPS!).

* Android.mk:
* GNUmakefile.am:
* JavaScriptCore.gypi:
* JavaScriptCore.pri:
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
* JavaScriptCoreSources.bkl:
Removed HeavyProfile/TreeProfile source files.

* profiler/HeavyProfile.cpp: Removed.
* profiler/HeavyProfile.h: Removed.
* profiler/TreeProfile.cpp: Removed.
* profiler/TreeProfile.h: Removed.
---
 7 files changed, 24 insertions(+), 30 deletions(-)
Comment 1 Adam Roben (:aroben) 2009-12-17 11:14:15 PST
Committed r52264: <http://trac.webkit.org/changeset/52264>