Bug 111037 - PerfTestRunner doesn't need _needs_http and _has_http_lock
Summary: PerfTestRunner doesn't need _needs_http and _has_http_lock
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 77037
  Show dependency treegraph
 
Reported: 2013-02-27 21:22 PST by Ryosuke Niwa
Modified: 2016-11-02 14:53 PDT (History)
3 users (show)

See Also:


Attachments
Cleanup (3.11 KB, patch)
2013-02-27 21:25 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-02-27 21:22:09 PST
PerfTestRunner has _has_http_lock and _has_http_lock but they're only used in run() and two functions that are called by run().
We can easily eliminate these member variables.
Comment 1 Ryosuke Niwa 2013-02-27 21:25:39 PST
Created attachment 190647 [details]
Cleanup
Comment 2 Adam Barth 2013-02-27 23:43:02 PST
Comment on attachment 190647 [details]
Cleanup

ok