Changeset 161676 in webkit


Ignore:
Timestamp:
Jan 10, 2014 2:11:53 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[iOS] Fill in missing WebCoreThread function pointers
https://bugs.webkit.org/show_bug.cgi?id=126776

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2014-01-10
Reviewed by Timothy Hatcher.

  • platform/ios/wak/WebCoreThreadSystemInterface.cpp:

(InitWebCoreThreadSystemInterface):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r161675 r161676  
     12014-01-10  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        [iOS] Fill in missing WebCoreThread function pointers
     4        https://bugs.webkit.org/show_bug.cgi?id=126776
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * platform/ios/wak/WebCoreThreadSystemInterface.cpp:
     9        (InitWebCoreThreadSystemInterface):
     10
    1112014-01-10  Yongjun Zhang  <yongjun_zhang@apple.com>
    212
  • trunk/Source/WebCore/platform/ios/wak/WebCoreThreadSystemInterface.cpp

    r161603 r161676  
    2929#if PLATFORM(IOS)
    3030
    31 #include "WebCoreThread.h"
     31#include "WebCoreThread.h"
     32#include "WebCoreThreadRun.h"
    3233#include <wtf/ios/WebCoreThread.h>
    3334
     
    4546
    4647    INIT(WebThreadIsLockedOrDisabled);
     48    INIT(WebThreadIsEnabled);
     49    INIT(WebThreadRun);
     50    INIT(WebThreadRunSync);
    4751
    4852    didInit = true;
Note: See TracChangeset for help on using the changeset viewer.