Changeset 170452 in webkit


Ignore:
Timestamp:
Jun 25, 2014 5:52:25 PM (10 years ago)
Author:
mitz@apple.com
Message:

Fixed crashes after r170450.

Reviewed by Tim Horton.

  • UIProcess/WebProcessProxy.cpp:

(WebKit::WebProcessProxy::WebProcessProxy): Removed iOS platform #ifdef around
initialization of m_throttler.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r170451 r170452  
     12014-06-25  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed crashes after r170450.
     4
     5        Reviewed by Tim Horton.
     6
     7        * UIProcess/WebProcessProxy.cpp:
     8        (WebKit::WebProcessProxy::WebProcessProxy): Removed iOS platform #ifdef around
     9        initialization of m_throttler.
     10
    1112014-06-25  Beth Dakin  <bdakin@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp

    r170450 r170452  
    9898#endif
    9999    , m_numberOfTimesSuddenTerminationWasDisabled(0)
    100 #if PLATFORM(IOS)
    101100    , m_throttler(std::make_unique<ProcessThrottler>(this))
    102 #endif
    103101{
    104102    connect();
Note: See TracChangeset for help on using the changeset viewer.