Changeset 56327 in webkit


Ignore:
Timestamp:
Mar 22, 2010 2:24:55 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-22 Leandro Pereira <leandro@profusion.mobi>

Reviewed by Simon Hausmann.

Add EFL-specific code to page/EventHandler.cpp.
http://webkit.org/b/36306

  • page/EventHandler.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56326 r56327  
     12010-03-22  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Add EFL-specific code to page/EventHandler.cpp.
     6        http://webkit.org/b/36306
     7
     8        * page/EventHandler.cpp:
     9
    1102010-03-22  Leandro Pereira  <leandro@profusion.mobi>
    211
  • trunk/WebCore/page/EventHandler.cpp

    r56175 r56327  
    25052505}
    25062506   
    2507    
    2508 #if !PLATFORM(MAC) && !PLATFORM(QT) && !PLATFORM(HAIKU)
     2507#if !PLATFORM(MAC) && !PLATFORM(QT) && !PLATFORM(HAIKU) && !PLATFORM(EFL)
    25092508bool EventHandler::invertSenseOfTabsToLinks(KeyboardEvent*) const
    25102509{
Note: See TracChangeset for help on using the changeset viewer.