Bug 110802

Summary: Kill another analyzer warning in javascriptcore
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Oliver Hunt 2013-02-25 14:26:59 PST
The LegacyProfiler::{start,stop}Profiling methods try to handle a null exec, but then ignore the possibility of null later.  We just exit early on a null exec now, on the basis that we would have crashed anyway had we not.
Comment 1 Oliver Hunt 2013-02-25 14:27:42 PST
Created attachment 190127 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-26 01:49:48 PST
Comment on attachment 190127 [details]
Patch

Clearing flags on attachment: 190127

Committed r144026: <http://trac.webkit.org/changeset/144026>
Comment 3 WebKit Review Bot 2013-02-26 01:49:51 PST
All reviewed patches have been landed.  Closing bug.