Changeset 121668 in webkit


Ignore:
Timestamp:
Jul 2, 2012 3:44:05 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Fix compilation error in GamepadsEfl.cpp in debug mode
https://bugs.webkit.org/show_bug.cgi?id=90369

Unreviewed, EFL build fix.

Patch by Christophe Dumez <Christophe Dumez> on 2012-07-02

  • platform/efl/GamepadsEfl.cpp:

(WebCore::GamepadsEfl::registerDevice):
(WebCore::GamepadsEfl::unregisterDevice):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r121666 r121668  
     12012-07-02  Christophe Dumez  <christophe.dumez@intel.com>
     2
     3        [EFL] Fix compilation error in GamepadsEfl.cpp in debug mode
     4        https://bugs.webkit.org/show_bug.cgi?id=90369
     5
     6        Unreviewed, EFL build fix.
     7
     8        * platform/efl/GamepadsEfl.cpp:
     9        (WebCore::GamepadsEfl::registerDevice):
     10        (WebCore::GamepadsEfl::unregisterDevice):
     11
    1122012-07-02  Nikita Vasilyev  <me@elv1s.ru>
    213
  • trunk/Source/WebCore/platform/efl/GamepadsEfl.cpp

    r121657 r121668  
    180180        return;
    181181
    182     LOG(Gamepad, "Registering gamepad at %s, deviceFile: %s", syspath.utf8().data(), deviceFile);
    183 
    184182    const size_t slotCount = m_slots.size();
    185183    for (size_t index = 0; index < slotCount; ++index) {
     
    197195        return;
    198196
    199     LOG(Gamepad, "Registering gamepad at %s,", syspath.utf8().data());
    200 
    201197    GamepadDeviceEfl* gamepadDevice = m_deviceMap.take(syspath);
    202198    const size_t index = m_slots.find(gamepadDevice);
Note: See TracChangeset for help on using the changeset viewer.