Changeset 52162 in webkit for trunk/JavaScriptCore/wtf/dtoa.cpp


Ignore:
Timestamp:
Dec 15, 2009, 10:43:09 AM (15 years ago)
Author:
[email protected]
Message:

2009-12-15 Zoltan Horvath <[email protected]>

Reviewed by Darin Adler.

Allow custom memory allocation control for dtoa's P5Node struct
https://bugs.webkit.org/show_bug.cgi?id=32544

Inherits P5Node struct from Noncopyable because it is instantiated by
'new' at wtf/dtoa.cpp:588 and don't need to be copyable.

  • wtf/dtoa.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.