Bug 93821 - [V8] Move the ConstructorMode class from V8Binding.h to SafeAllocation.h
Summary: [V8] Move the ConstructorMode class from V8Binding.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: 93095
  Show dependency treegraph
 
Reported: 2012-08-13 04:39 PDT by Kentaro Hara
Modified: 2012-08-13 19:24 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.45 KB, patch)
2012-08-13 04: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 04:39:25 PDT
We can factor out the ConstructorMode class from V8Binding.h to SafeAllocation.h.

In a follow-up patch, I'd like to rename SafeAllocation to V8ObjectConstructor, if you don't have an objection.
Comment 1 Kentaro Hara 2012-08-13 04:40:47 PDT
Created attachment 157960 [details]
Patch
Comment 2 Kentaro Hara 2012-08-13 17:47:24 PDT
Committed r125480: <http://trac.webkit.org/changeset/125480>