⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 242672 in webkit


Ignore:
Timestamp:
Mar 9, 2019, 9:24:16 AM (7 years ago)
Author:
rmorisset@apple.com
Message:

AsyncStackTrace can be shrunk by 8 bytes
https://bugs.webkit.org/show_bug.cgi?id=195491

Reviewed by Mark Lam.

  • inspector/AsyncStackTrace.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r242667 r242672  
     12019-03-09  Robin Morisset  <rmorisset@apple.com>
     2
     3        AsyncStackTrace can be shrunk by 8 bytes
     4        https://bugs.webkit.org/show_bug.cgi?id=195491
     5
     6        Reviewed by Mark Lam.
     7
     8        * inspector/AsyncStackTrace.h:
     9
    1102019-03-08  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/Source/JavaScriptCore/inspector/AsyncStackTrace.h

    r237009 r242672  
    3636class JS_EXPORT_PRIVATE AsyncStackTrace : public RefCounted<AsyncStackTrace> {
    3737public:
    38     enum class State {
     38    enum class State : uint8_t {
    3939        Pending,
    4040        Active,
Note: See TracChangeset for help on using the changeset viewer.