git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ASSERT(isMainThread()) under OneShotDisplayLinkHandler
[WebKit-https.git]
/
Source
/
WebKit2
/
UIProcess
/
mac
/
RemoteLayerTreeDrawingAreaProxy.mm
diff --git
a/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm
b/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm
index 721309073208631cf4cc64529193f8267e78a77b..c48e01d1eba2aabcbc07a85bb6080f93a8b3d5b3 100644
(file)
--- a/
Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm
+++ b/
Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm
@@
-77,7
+77,7
@@
using namespace WebCore;
- (void)displayLinkFired:(CADisplayLink *)sender
{
- ASSERT(is
Main
Thread());
+ ASSERT(is
UI
Thread());
_drawingAreaProxy->didRefreshDisplay(sender.timestamp);
_displayLink.paused = YES;
}