Bug 100140

Summary: [V8] Replace SetGlobalGCPrologueCallback() with AddGCPrologueCallback()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 107425    
Attachments:
Description Flags
Patch none

Kentaro Hara
Reported 2012-10-23 09:57:40 PDT
SetGlobalGCPrologueCallback() and SetGlobalGCEpilogueCallback() are deprecated (See http://code.google.com/codesearch#OAMlx_jo-ck/src/v8/include/v8.h&exact_package=chromium&q=v8.h&type=cs&l=3149) Instead we should use AddGCPrologueCallback() and AddGCEpilogueCallback().
Attachments
Patch (5.36 KB, patch)
2012-10-23 10:02 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-10-23 10:02:13 PDT
WebKit Review Bot
Comment 2 2012-10-23 10:57:21 PDT
Comment on attachment 170185 [details] Patch Clearing flags on attachment: 170185 Committed r132243: <http://trac.webkit.org/changeset/132243>
WebKit Review Bot
Comment 3 2012-10-23 10:57:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.