Ignore:
Timestamp:
Jun 17, 2011, 11:58:31 AM (14 years ago)
Author:
[email protected]
Message:

2011-06-17 Raphael Kubo da Costa <[email protected]>

Reviewed by Eric Seidel.

[EFL] Add some OwnPtr specializations for EFL types.
For now there are specializations for Ecore_Evas and Evas_Object.
https://bugs.webkit.org/show_bug.cgi?id=62877

  • wtf/CMakeListsEfl.txt:
  • wtf/OwnPtrCommon.h:
  • wtf/efl/OwnPtrEfl.cpp: Added. (WTF::deleteOwnedPtr):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r89133 r89153  
     12011-06-17  Raphael Kubo da Costa  <[email protected]>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [EFL] Add some OwnPtr specializations for EFL types.
     6        For now there are specializations for Ecore_Evas and Evas_Object.
     7        https://bugs.webkit.org/show_bug.cgi?id=62877
     8
     9        * wtf/CMakeListsEfl.txt:
     10        * wtf/OwnPtrCommon.h:
     11        * wtf/efl/OwnPtrEfl.cpp: Added.
     12        (WTF::deleteOwnedPtr):
     13
    1142011-06-17  Joone Hur  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.