Changeset 83370 in webkit


Ignore:
Timestamp:
Apr 8, 2011 6:36:34 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-08 Nat Duca <nduca@chromium.org>

Reviewed by David Levin.

[chromium] Fix windows assertion on ~CCThread
https://bugs.webkit.org/show_bug.cgi?id=58153

Because ~CCThread uses waitForThreadCompletion,
calling detachThread is not necessary.

  • platform/graphics/chromium/cc/CCThread.cpp: (WebCore::CCThread::runLoop):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r83367 r83370  
     12011-04-08  Nat Duca  <nduca@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        [chromium] Fix windows assertion on ~CCThread
     6        https://bugs.webkit.org/show_bug.cgi?id=58153
     7
     8        Because ~CCThread uses waitForThreadCompletion,
     9        calling detachThread is not necessary.
     10
     11        * platform/graphics/chromium/cc/CCThread.cpp:
     12        (WebCore::CCThread::runLoop):
     13
    1142011-04-08  Jian Li  <jianli@chromium.org>
    215
  • trunk/Source/WebCore/platform/graphics/chromium/cc/CCThread.cpp

    r83249 r83370  
    7474        task->performTask();
    7575
    76     detachThread(m_threadID);
    77 
    7876    return 0;
    7977}
Note: See TracChangeset for help on using the changeset viewer.