Changeset 202818 in webkit


Ignore:
Timestamp:
Jul 5, 2016 8:49:28 AM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Typo fix after r202214
https://bugs.webkit.org/show_bug.cgi?id=159416

Reviewed by Saam Barati.

  • bytecode/InlineAccess.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r202799 r202818  
     12016-07-05  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Typo fix after r202214
     4        https://bugs.webkit.org/show_bug.cgi?id=159416
     5
     6        Reviewed by Saam Barati.
     7
     8        * bytecode/InlineAccess.h:
     9
    1102016-07-03  Per Arne Vollan  <pvollan@apple.com>
    211
  • trunk/Source/JavaScriptCore/bytecode/InlineAccess.h

    r202214 r202818  
    110110    // its placeholder code here, and log the size. That way we
    111111    // can intelligently choose sizes on various platforms.
    112     NO_RETURN_DUE_TO_CRASH void dumpCacheSizesAndCrash(VM&);
     112    NO_RETURN_DUE_TO_CRASH static void dumpCacheSizesAndCrash(VM&);
    113113};
    114114
Note: See TracChangeset for help on using the changeset viewer.