Changeset 84362 in webkit


Ignore:
Timestamp:
Apr 20, 2011 6:20:31 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-20 Mariusz Grzegorczyk <mariusz.g@samsung.com>

Reviewed by Andreas Kling.

[EFL] Initializing m_window member field in PluginView.cpp for efl port
https://bugs.webkit.org/show_bug.cgi?id=58311

No new tests needed: only initializing class member.

  • plugins/PluginView.cpp: (WebCore::PluginView::PluginView):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84359 r84362  
     12011-04-20  Mariusz Grzegorczyk  <mariusz.g@samsung.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [EFL] Initializing m_window member field in PluginView.cpp for efl port
     6        https://bugs.webkit.org/show_bug.cgi?id=58311
     7
     8        No new tests needed: only initializing class member.
     9
     10        * plugins/PluginView.cpp:
     11        (WebCore::PluginView::PluginView):
     12
    1132011-04-20  Pavel Feldman  <pfeldman@google.com>
    214
  • trunk/Source/WebCore/plugins/PluginView.cpp

    r84071 r84362  
    860860    , m_haveUpdatedPluginWidget(false)
    861861#endif
    862 #if (PLATFORM(QT) && OS(WINDOWS)) || defined(XP_MACOSX)
     862#if (PLATFORM(QT) && OS(WINDOWS)) || defined(XP_MACOSX) || PLATFORM(EFL)
    863863    , m_window(0)
    864864#endif
Note: See TracChangeset for help on using the changeset viewer.