Bug 93312

Summary: [V8] Remove #include V8BindingMacros.h
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric.carlson, feature-media-reviews, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 93095    
Attachments:
Description Flags
Patch none

Description Kentaro Hara 2012-08-06 17:39:47 PDT
We are factoring out V8Binding methods to separate files. After the refactoring, V8Binding.h will include binding related header files (e.g. V8BindingMacros.h, V8BindingHelper.h, etc), so that custom V8 binding files just need to include V8Binding.h only.

We can remove '#include V8BindingMacros.h' from V8 binding files.
Comment 1 Kentaro Hara 2012-08-06 17:42:00 PDT
Created attachment 156811 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-08-07 14:58:01 PDT
Comment on attachment 156811 [details]
Patch

OK.
Comment 3 WebKit Review Bot 2012-08-07 16:30:12 PDT
Comment on attachment 156811 [details]
Patch

Clearing flags on attachment: 156811

Committed r124933: <http://trac.webkit.org/changeset/124933>
Comment 4 WebKit Review Bot 2012-08-07 16:30:16 PDT
All reviewed patches have been landed.  Closing bug.