Title: [277025] branches/safari-612.1.12-branch/Source/WebCore/html/HTMLElement.h
Revision
277025
Author
[email protected]
Date
2021-05-05 09:45:36 -0700 (Wed, 05 May 2021)

Log Message

Unreviewed build fix. rdar://problem/77530347

Undefined symbols:
  "WebCore::HTMLElement::isInsideImageOverlay(WebCore::SimpleRange const&)"

Modified Paths

Diff

Modified: branches/safari-612.1.12-branch/Source/WebCore/html/HTMLElement.h (277024 => 277025)


--- branches/safari-612.1.12-branch/Source/WebCore/html/HTMLElement.h	2021-05-05 16:36:55 UTC (rev 277024)
+++ branches/safari-612.1.12-branch/Source/WebCore/html/HTMLElement.h	2021-05-05 16:45:36 UTC (rev 277025)
@@ -135,7 +135,7 @@
 
     WEBCORE_EXPORT static bool shouldExtendSelectionToTargetNode(const Node& targetNode, const VisibleSelection& selectionBeforeUpdate);
     WEBCORE_EXPORT bool hasImageOverlay() const;
-    static bool isInsideImageOverlay(const SimpleRange&);
+    WEBCORE_EXPORT static bool isInsideImageOverlay(const SimpleRange&);
     static bool isInsideImageOverlay(const Node&);
     WEBCORE_EXPORT static bool isImageOverlayText(const Node&);
     WEBCORE_EXPORT static bool isImageOverlayText(const Node*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to