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

Changeset 243367 in webkit


Ignore:
Timestamp:
Mar 22, 2019, 12:39:47 AM (7 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, build fix for Windows
https://bugs.webkit.org/show_bug.cgi?id=196122

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r243365 r243367  
     12019-03-22  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, build fix for Windows
     4        https://bugs.webkit.org/show_bug.cgi?id=196122
     5
     6        * runtime/FunctionExecutable.cpp:
     7
    182019-03-21  Yusuke Suzuki  <ysuzuki@apple.com>
    29
  • trunk/Source/JavaScriptCore/runtime/FunctionExecutable.cpp

    r243365 r243367  
    4242
    4343const ClassInfo FunctionExecutable::s_info = { "FunctionExecutable", &ScriptExecutable::s_info, nullptr, nullptr, CREATE_METHOD_TABLE(FunctionExecutable) };
    44 
    45 static_assert(sizeof(FunctionExecutable) <= 128, "FunctionExecutable should fit in a 128-byte cell since it is so frequently allocated.");
    4644
    4745FunctionExecutable::FunctionExecutable(VM& vm, const SourceCode& source, UnlinkedFunctionExecutable* unlinkedExecutable, Intrinsic intrinsic)
Note: See TracChangeset for help on using the changeset viewer.