Bug 69537

Summary: conditionalize m_cachedScript stacks to just Chromium port
Product: WebKit Reporter: Gavin Peters <gavinp>
Component: New BugsAssignee: Gavin Peters <gavinp>
Status: RESOLVED FIXED    
Severity: Normal CC: japhet, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch japhet: review+

Description Gavin Peters 2011-10-06 10:24:59 PDT
conditionalize m_cachedScript stacks to just Chromium port
Comment 1 Gavin Peters 2011-10-06 10:27:11 PDT
Created attachment 109973 [details]
Patch
Comment 2 Gavin Peters 2011-10-06 10:28:11 PDT
This should save non chromium ports from paying the price for this diagnostics.
Comment 3 Gavin Peters 2011-10-06 10:29:13 PDT
Comment on attachment 109973 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=109973&action=review

We should wait on bots for this, as #ifdefs are scary.

> Source/WebCore/dom/ScriptElement.h:115
> +        ZeroedInNotifyFinished,

This bad indent was bugging me, so I also fixed it here.
Comment 4 Gavin Peters 2011-10-06 12:30:22 PDT
Committed r96849: <http://trac.webkit.org/changeset/96849>