Bug 121636

Summary: Streamline JSMainThreadNullState.
Product: WebKit Reporter: Andreas Kling <kling>
Component: BindingsAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-09-19 14:04:32 PDT
Streamline JSMainThreadNullState.
Comment 1 Andreas Kling 2013-09-19 14:07:16 PDT
Created attachment 212094 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-19 14:41:40 PDT
Comment on attachment 212094 [details]
Patch

Clearing flags on attachment: 212094

Committed r156118: <http://trac.webkit.org/changeset/156118>
Comment 3 WebKit Commit Bot 2013-09-19 14:41:42 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Darin Adler 2013-09-19 21:02:36 PDT
Comment on attachment 212094 [details]
Patch

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

> Source/WebCore/bindings/js/JSMainThreadExecState.h:93
> +class JSMainThreadNullState {

Need to att WTF_MAKE_NONCOPYABLE since that is no longer inherited from a base class.