Changeset 186014 in webkit


Ignore:
Timestamp:
Jun 26, 2015 3:47:56 PM (9 years ago)
Author:
mark.lam@apple.com
Message:

Gardeining: remove an assertion and a #import to green the bot.
https://bugs.webkit.org/show_bug.cgi?id=146358

Not reviewed.

  • UIProcess/API/Cocoa/WKUserContentController.mm:
  • Not sure why the <WTF/MainThread.h> cannot be found on some bots, but I'm removing it (and the assertion that needed it) for now while I investigate further.
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r186010 r186014  
     12015-06-26  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardeining: remove an assertion and a #import to green the bot.
     4        https://bugs.webkit.org/show_bug.cgi?id=146358
     5
     6        Not reviewed.
     7
     8        * UIProcess/API/Cocoa/WKUserContentController.mm:
     9        - Not sure why the <WTF/MainThread.h> cannot be found on some bots, but I'm
     10          removing it (and the assertion that needed it) for now while I investigate
     11          further.
     12
    1132015-06-26  Mark Lam  <mark.lam@apple.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKUserContentController.mm

    r186010 r186014  
    4141#import <JavaScriptCore/JSContext.h>
    4242#import <JavaScriptCore/JSValue.h>
    43 #import <WTF/MainThread.h>
    4443#import <WebCore/SerializedScriptValue.h>
    4544
     
    9291            RetainPtr<WKFrameInfo> frameInfo = wrapper(API::FrameInfo::create(frame, securityOriginData.securityOrigin()));
    9392
    94             ASSERT(isUIThread());
    9593            static JSContext* context = [[JSContext alloc] init];
    9694
Note: See TracChangeset for help on using the changeset viewer.