Bug 93830 - [V8] Move checkNewLegal() from V8Proxy.h to SafeAllocation.h
Summary: [V8] Move checkNewLegal() from V8Proxy.h to SafeAllocation.h
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 85330
  Show dependency treegraph
 
Reported: 2012-08-13 05:37 PDT by Kentaro Hara
Modified: 2012-08-13 19:25 PDT (History)
6 users (show)

See Also:


Attachments
Patch (5.41 KB, patch)
2012-08-13 05:42 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff
Patch (7.49 KB, patch)
2012-08-13 06:40 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>