Ignore:
Timestamp:
Nov 5, 2011, 1:29:01 PM (14 years ago)
Author:
[email protected]
Message:

Reduce the number of putWithAttributes
https://bugs.webkit.org/show_bug.cgi?id=71597

Reviewed by Adam Roben.

Remove exports of removed functions.

  • runtime/JSActivation.cpp:

(JSC::JSActivation::putWithAttributes):
Calling the overload without the extra parameters does the same thing.

  • runtime/JSObject.cpp:

(JSC::JSObject::putWithAttributes):

  • runtime/JSObject.h:

Remove four unused JSObject::putWithAttributes overloads and make one of the remaining
two overloads not virtual, since no one overrides it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r99333 r99357  
     12011-11-04  Sam Weinig  <[email protected]>
     2
     3        Reduce the number of putWithAttributes
     4        https://bugs.webkit.org/show_bug.cgi?id=71597
     5
     6        Reviewed by Adam Roben.
     7
     8        * JavaScriptCore.exp:
     9        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     10        Remove exports of removed functions.
     11
     12        * runtime/JSActivation.cpp:
     13        (JSC::JSActivation::putWithAttributes):
     14        Calling the overload without the extra parameters does the same thing.
     15
     16        * runtime/JSObject.cpp:
     17        (JSC::JSObject::putWithAttributes):
     18        * runtime/JSObject.h:
     19        Remove four unused JSObject::putWithAttributes overloads and make one of the remaining
     20        two overloads not virtual, since no one overrides it.
     21
    1222011-11-04  Pratik Solanki  <[email protected]>
    223
Note: See TracChangeset for help on using the changeset viewer.