Title: [189168] trunk/Source/WebCore
- Revision
- 189168
- Author
- [email protected]
- Date
- 2015-08-31 09:15:38 -0700 (Mon, 31 Aug 2015)
Log Message
Build fix.
* page/EventHandler.h:
(WebCore::EventHandler::immediateActionStage): Don't export an inline function,
to avoid "weak external symbol" errors.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (189167 => 189168)
--- trunk/Source/WebCore/ChangeLog 2015-08-31 15:37:51 UTC (rev 189167)
+++ trunk/Source/WebCore/ChangeLog 2015-08-31 16:15:38 UTC (rev 189168)
@@ -1,3 +1,11 @@
+2015-08-31 Alexey Proskuryakov <[email protected]>
+
+ Build fix.
+
+ * page/EventHandler.h:
+ (WebCore::EventHandler::immediateActionStage): Don't export an inline function,
+ to avoid "weak external symbol" errors.
+
2015-08-31 Enrica Casucci <[email protected]>
Incorrect cursor movement for U+26F9, U+1F3CB with variations.
Modified: trunk/Source/WebCore/page/EventHandler.h (189167 => 189168)
--- trunk/Source/WebCore/page/EventHandler.h 2015-08-31 15:37:51 UTC (rev 189167)
+++ trunk/Source/WebCore/page/EventHandler.h 2015-08-31 16:15:38 UTC (rev 189168)
@@ -314,7 +314,7 @@
bool isHandlingWheelEvent() const { return m_isHandlingWheelEvent; }
WEBCORE_EXPORT void setImmediateActionStage(ImmediateActionStage stage);
- WEBCORE_EXPORT ImmediateActionStage immediateActionStage() const { return m_immediateActionStage; }
+ ImmediateActionStage immediateActionStage() const { return m_immediateActionStage; }
private:
#if ENABLE(DRAG_SUPPORT)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes