Changeset 128350 in webkit


Ignore:
Timestamp:
Sep 12, 2012 12:41:46 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Compilation error in RenderThemeEfl.cpp
https://bugs.webkit.org/show_bug.cgi?id=96540

Unreviewed build fix.

Fix compilation error in RenderThemeEfl.cpp when building
in debug mode.

Patch by Christophe Dumez <Christophe Dumez> on 2012-09-12

  • platform/efl/RenderThemeEfl.h:

(WebCore::RenderThemeEfl::canvas):
(WebCore::RenderThemeEfl::edje):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r128347 r128350  
     12012-09-12  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] Compilation error in RenderThemeEfl.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=96540
     5
     6        Unreviewed build fix.
     7
     8        Fix compilation error in RenderThemeEfl.cpp when building
     9        in debug mode.
     10
     11        * platform/efl/RenderThemeEfl.h:
     12        (WebCore::RenderThemeEfl::canvas):
     13        (WebCore::RenderThemeEfl::edje):
     14
    1152012-09-12  Sami Kyostila  <skyostil@google.com>
    216
  • trunk/Source/WebCore/platform/efl/RenderThemeEfl.h

    r128311 r128350  
    223223    }
    224224
    225     ALWAYS_INLINE Ecore_Evas* canvas() { return m_canvas.get(); }
    226     ALWAYS_INLINE Evas_Object* edje() { return m_edje.get(); }
     225    ALWAYS_INLINE Ecore_Evas* canvas() const { return m_canvas.get(); }
     226    ALWAYS_INLINE Evas_Object* edje() const { return m_edje.get(); }
    227227
    228228    void applyPartDescriptionsFrom(const String& themePath);
Note: See TracChangeset for help on using the changeset viewer.