Bug 121636 - Streamline JSMainThreadNullState.
Summary: Streamline JSMainThreadNullState.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 14:04 PDT by Andreas Kling
Modified: 2013-09-19 21:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.96 KB, patch)
2013-09-19 14:07 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.