Bug 93830

Summary: [V8] Move checkNewLegal() from V8Proxy.h to SafeAllocation.h
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, gyuyoung.kim, japhet, rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 85330    
Attachments:
Description Flags
Patch
none
Patch none

Description Kentaro Hara 2012-08-13 05:37:41 PDT
We can move checkNewLegal() from V8Proxy.h to SafeAllocation.h. In addition, we can rename checkNewLegal() to isValidConstructorMode() for clarification.
Comment 1 Kentaro Hara 2012-08-13 05:42:17 PDT
Created attachment 157974 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-13 06:07:12 PDT
Comment on attachment 157974 [details]
Patch

Attachment 157974 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/13493067
Comment 3 Kentaro Hara 2012-08-13 06:40:39 PDT
Created attachment 157985 [details]
Patch
Comment 4 Kentaro Hara 2012-08-13 18:40:00 PDT
Committed r125493: <http://trac.webkit.org/changeset/125493>