Changeset 242672 in webkit
- Timestamp:
- Mar 9, 2019, 9:24:16 AM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
inspector/AsyncStackTrace.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r242667 r242672 1 2019-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 1 10 2019-03-08 Mark Lam <mark.lam@apple.com> 2 11 -
trunk/Source/JavaScriptCore/inspector/AsyncStackTrace.h
r237009 r242672 36 36 class JS_EXPORT_PRIVATE AsyncStackTrace : public RefCounted<AsyncStackTrace> { 37 37 public: 38 enum class State {38 enum class State : uint8_t { 39 39 Pending, 40 40 Active,
Note:
See TracChangeset
for help on using the changeset viewer.