Changeset 34856 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 28, 2008, 2:45:17 PM (17 years ago)
Author:
[email protected]
Message:

2008-06-28 Sam Weinig <[email protected]>

Rubber-stamped by Darin Adler.

Remove unused StringConstructorFunction class.

  • kjs/string_object.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34855 r34856  
     12008-06-28  Sam Weinig  <[email protected]>
     2
     3        Rubber-stamped by Darin Adler.
     4
     5        Remove unused StringConstructorFunction class.
     6
     7        * kjs/string_object.h:
     8
    192008-06-28  Sam Weinig  <[email protected]>
    210
  • trunk/JavaScriptCore/kjs/string_object.h

    r34854 r34856  
    9595  };
    9696
    97   /**
    98    * @internal
    99    *
    100    * Class to implement all methods that are properties of the
    101    * String object
    102    */
    103   class StringConstructorFunction : public InternalFunction {
    104   public:
    105     StringConstructorFunction(ExecState*, FunctionPrototype*, const Identifier&);
    106     virtual CallType getCallData(CallData&);
    107   };
    108 
    109 } // namespace
     97} // namespace KJS
    11098
    11199#endif
Note: See TracChangeset for help on using the changeset viewer.