Changeset 276259 in webkit


Ignore:
Timestamp:
Apr 19, 2021, 9:59:03 AM (4 years ago)
Author:
mark.lam@apple.com
Message:

Build fix for Debug -O3 after r276162.
https://bugs.webkit.org/show_bug.cgi?id=224681
rdar://76698113

Not reviewed.

  • runtime/JSObject.cpp:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Source/JavaScriptCore/ChangeLog

    r276247 r276259  
     12021-04-19  Mark Lam  <mark.lam@apple.com>
     2
     3        Build fix for Debug -O3 after r276162.
     4        https://bugs.webkit.org/show_bug.cgi?id=224681
     5        rdar://76698113
     6
     7        Not reviewed.
     8
     9        * runtime/JSObject.cpp:
     10
    1112021-04-19  Kimmo Kinnunen  <kkinnunen@apple.com>
    212
  • TabularUnified trunk/Source/JavaScriptCore/runtime/JSObject.cpp

    r276162 r276259  
    4343#include "TypeError.h"
    4444#include "VMInlines.h"
     45#include "VMTrapsInlines.h"
    4546#include <wtf/Assertions.h>
    4647
Note: See TracChangeset for help on using the changeset viewer.