Changeset 60896 in webkit


Ignore:
Timestamp:
Jun 9, 2010 9:58:57 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-06-09 Kwang Yul Seo <skyul@company100.net>

Reviewed by Kent Tamura.

[BREWMP] Add EventLoop
https://bugs.webkit.org/show_bug.cgi?id=39401

BREW MP does not have an explicit event loop. Add dummy EventLoop::cycle.

  • platform/brew/EventLoopBrew.cpp: Added. (WebCore::EventLoop::cycle):
Location:
trunk/WebCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r60895 r60896  
     12010-06-09  Kwang Yul Seo  <skyul@company100.net>
     2
     3        Reviewed by Kent Tamura.
     4
     5        [BREWMP] Add EventLoop
     6        https://bugs.webkit.org/show_bug.cgi?id=39401
     7
     8        BREW MP does not have an explicit event loop. Add dummy EventLoop::cycle.
     9
     10        * platform/brew/EventLoopBrew.cpp: Added.
     11        (WebCore::EventLoop::cycle):
     12
    1132010-06-09  Sheriff Bot  <webkit.review.bot@gmail.com>
    214
Note: See TracChangeset for help on using the changeset viewer.