Bug 31932

Summary: V8 ScriptController is missing include for DEFINE_STATIC_LOCAL
Product: WebKit Reporter: Steve Block <steveblock>
Component: WebCore Misc.Assignee: Steve Block <steveblock>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dglazkov, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch 1 for Bug 31932 none

Description Steve Block 2009-11-27 06:03:14 PST
V8 ScriptController is missing include for DEFINE_STATIC_LOCAL. This is defined in wtf/StdLibExtras.h.
Comment 1 Steve Block 2009-11-27 06:41:55 PST
Created attachment 43951 [details]
Patch 1 for Bug 31932
Comment 2 Eric Seidel (no email) 2009-11-28 09:42:55 PST
Comment on attachment 43951 [details]
Patch 1 for Bug 31932

Other ports get this from a prefix header?
Comment 3 Steve Block 2009-11-30 02:29:24 PST
This was introduced in http://trac.webkit.org/changeset/50993

It looks like Chromium picks up wtf/StdLibExtras.h via Widget.h -> chromium/PlatformWidgets.h.
Comment 4 WebKit Commit Bot 2009-11-30 09:42:03 PST
Comment on attachment 43951 [details]
Patch 1 for Bug 31932

Clearing flags on attachment: 43951

Committed r51498: <http://trac.webkit.org/changeset/51498>
Comment 5 WebKit Commit Bot 2009-11-30 09:42:08 PST
All reviewed patches have been landed.  Closing bug.