Bug 30855 - Allow custom memory allocation control for WebCore's MediaQueryExp
Summary: Allow custom memory allocation control for WebCore's MediaQueryExp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 05:44 PDT by Zoltan Horvath
Modified: 2009-10-30 02:28 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.11 KB, patch)
2009-10-28 05:45 PDT, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2009-10-28 05:44:28 PDT
Inherits MediaQueryExp class from FastAllocBase because it has been instantiated by 'new' in WebCore/css/CSSParser.cpp:4874.
Comment 1 Zoltan Horvath 2009-10-28 05:45:21 PDT
Created attachment 42020 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-10-30 02:28:30 PDT
Landed in 50326.
https://trac.webkit.org/changeset/50326