Changeset 102539 in webkit


Ignore:
Timestamp:
Dec 11, 2011 11:33:25 AM (12 years ago)
Author:
kling@webkit.org
Message:

Remove OS(SYMBIAN) block from Settings constructor.
<http://webkit.org/b/74248>

Reviewed by Benjamin Poulain.

Kill the last OS(SYMBIAN) block in WebKit!

  • page/Settings.cpp:

(WebCore::Settings::Settings):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102538 r102539  
     12011-12-10  Andreas Kling  <kling@webkit.org>
     2
     3        Remove OS(SYMBIAN) block from Settings constructor.
     4        <http://webkit.org/b/74248>
     5
     6        Reviewed by Benjamin Poulain.
     7
     8        Kill the last OS(SYMBIAN) block in WebKit!
     9
     10        * page/Settings.cpp:
     11        (WebCore::Settings::Settings):
     12
    1132011-12-11  Dan Bernstein  <mitz@apple.com>
    214
  • trunk/Source/WebCore/page/Settings.cpp

    r102154 r102539  
    223223    , m_mediaPlaybackRequiresUserGesture(false)
    224224    , m_mediaPlaybackAllowsInline(true)
    225 #if OS(SYMBIAN)
    226     , m_passwordEchoEnabled(true)
    227 #else
    228225    , m_passwordEchoEnabled(false)
    229 #endif
    230226    , m_suppressIncrementalRendering(false)
    231227    , m_backspaceKeyNavigationEnabled(true)
Note: See TracChangeset for help on using the changeset viewer.