Bug 34974 - Leak of ScheduledAction during layout tests
Summary: Leak of ScheduledAction during layout tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Mark Rowe (bdash)
URL: http://build.webkit.org/results/SnowL...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-16 04:00 PST by Mark Rowe (bdash)
Modified: 2010-02-16 14:54 PST (History)
1 user (show)

See Also:


Attachments
Patch v1 (12.18 KB, patch)
2010-02-16 04:13 PST, Mark Rowe (bdash)
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2010-02-16 04:00:25 PST
<http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r54814%20(4240)/DumpRenderTree2-leaks.txt> shows two instances of ScheduledAction being leaked during the layout tests.
Comment 1 Mark Rowe (bdash) 2010-02-16 04:13:02 PST
Created attachment 48804 [details]
Patch v1
Comment 2 WebKit Review Bot 2010-02-16 04:17:50 PST
Attachment 48804 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
WebCore/bindings/js/ScheduledAction.h:28:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2010-02-16 13:13:25 PST
Comment on attachment 48804 [details]
Patch v1

r=me, nice!

Style bot complained correctly.
Comment 4 Mark Rowe (bdash) 2010-02-16 14:54:04 PST
Fixed in r54835.