RESOLVED FIXED 32108
Allow custom memory allocation control for 2 classes of the platform directory in WebCore
https://bugs.webkit.org/show_bug.cgi?id=32108
Summary Allow custom memory allocation control for 2 classes of the platform director...
Zoltan Horvath
Reported 2009-12-03 01:53:53 PST
Created attachment 44217 [details] Patch Inherits the following class from Noncopyable because it is instantiated by 'new' and no need to be copyable: class/struct name - instantiated at: WebCore/'location' class SharedTimer - (its child class) workers/WorkerRunLoop.cpp:91 Inherits the following class from FastAllocBase because it is instantiated by 'new': class TransformOperations - rendering/style/RenderStyle.h:1175
Attachments
Patch (2.17 KB, patch)
2009-12-03 01:53 PST, Zoltan Horvath
no flags
WebKit Review Bot
Comment 1 2009-12-03 01:55:00 PST
Attachment 44217 [details] did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 WebCore/platform/SharedTimer.h:34: Code inside a namespace should not be indented. [whitespace/indent] [4] Total errors found: 1
Zoltan Horvath
Comment 2 2009-12-03 02:02:32 PST
Dear Review Bot, every lines are indented inside that Namespace. Please think about it! :-)
Adam Barth
Comment 3 2009-12-03 09:44:04 PST
Sorry for the style-queue false positive. We've done one round of tuning on that warning to reduce false positives. It sounds like we need to do another. Thank you for your patience.
Zoltan Horvath
Comment 4 2009-12-04 00:18:45 PST
It's okay. I'm happy that I can test it!
Zoltan Horvath
Comment 5 2009-12-04 00:38:59 PST
Comment on attachment 44217 [details] Patch Clearing flags on attachment: 44217 Committed r51687: <http://trac.webkit.org/changeset/51687>
Zoltan Horvath
Comment 6 2009-12-04 00:39:07 PST
All reviewed patches have been landed. Closing bug.
Zoltan Horvath
Comment 7 2009-12-04 02:46:04 PST
Rolled out in r51688 because build error on Mac and unrolled out in r51690 (build fix added).
Note You need to log in before you can comment on or make changes to this bug.