Title: [142784] trunk/Source/WebKit2
- Revision
- 142784
- Author
- [email protected]
- Date
- 2013-02-13 13:29:38 -0800 (Wed, 13 Feb 2013)
Log Message
Try to fix the Lion build.
* WebProcess/WebPage/EventDispatcher.h:
(EventDispatcher):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (142783 => 142784)
--- trunk/Source/WebKit2/ChangeLog 2013-02-13 21:27:50 UTC (rev 142783)
+++ trunk/Source/WebKit2/ChangeLog 2013-02-13 21:29:38 UTC (rev 142784)
@@ -1,5 +1,12 @@
2013-02-13 Anders Carlsson <[email protected]>
+ Try to fix the Lion build.
+
+ * WebProcess/WebPage/EventDispatcher.h:
+ (EventDispatcher):
+
+2013-02-13 Anders Carlsson <[email protected]>
+
Remove support for the DispatchOnConnectionQueue message attribute
https://bugs.webkit.org/show_bug.cgi?id=109743
Modified: trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h (142783 => 142784)
--- trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h 2013-02-13 21:27:50 UTC (rev 142783)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.h 2013-02-13 21:29:38 UTC (rev 142784)
@@ -78,8 +78,11 @@
#if ENABLE(THREADED_SCROLLING)
void sendDidReceiveEvent(uint64_t pageID, const WebEvent&, bool didHandleEvent);
+#endif
RefPtr<WorkQueue> m_queue;
+
+#if ENABLE(THREADED_SCROLLING)
Mutex m_scrollingTreesMutex;
HashMap<uint64_t, RefPtr<WebCore::ScrollingTree> > m_scrollingTrees;
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes