Bug 32330

Summary: V8 ScriptState 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, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch 1 for Bug 32330 none

Description Steve Block 2009-12-09 10:45:58 PST
V8 ScriptState is missing include for DEFINE_STATIC_LOCAL. This is defined in wtf/StdLibExtras.h.

This causes a build break on Android. It seems that Chromium picks up the include via other feature-dependent header includes.
Comment 1 Steve Block 2009-12-09 10:52:53 PST
Created attachment 44546 [details]
Patch 1 for Bug 32330
Comment 2 WebKit Review Bot 2009-12-09 10:56:17 PST
style-queue ran check-webkit-style on attachment 44546 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-09 13:25:05 PST
Comment on attachment 44546 [details]
Patch 1 for Bug 32330

LGTM too.
Comment 4 WebKit Commit Bot 2009-12-09 15:32:43 PST
Comment on attachment 44546 [details]
Patch 1 for Bug 32330

Clearing flags on attachment: 44546

Committed r51930: <http://trac.webkit.org/changeset/51930>
Comment 5 WebKit Commit Bot 2009-12-09 15:32:48 PST
All reviewed patches have been landed.  Closing bug.