Bug 25644 - V8CustomBinding.cpp missing a #include
Summary: V8CustomBinding.cpp missing a #include
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: David Levin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 08:56 PDT by Nate Chapin
Modified: 2009-05-14 11:42 PDT (History)
0 users

See Also:


Attachments
patch (957 bytes, patch)
2009-05-08 09:03 PDT, Nate Chapin
dglazkov: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Chapin 2009-05-08 08:56:53 PDT
Needs to #include "V8Proxy.h"
Comment 1 Nate Chapin 2009-05-08 09:03:35 PDT
Created attachment 30131 [details]
patch
Comment 2 Dimitri Glazkov (Google) 2009-05-08 09:21:23 PDT
Comment on attachment 30131 [details]
patch

We usually group V8-bindings related headers, so need an extra line break. But no biggie.
Comment 3 David Levin 2009-05-14 11:18:03 PDT
Assigned to levin for landing.
Comment 4 David Levin 2009-05-14 11:42:20 PDT
Committed http://trac.webkit.org/changeset/43513.