Title: [236616] trunk/Source/WebCore
- Revision
- 236616
- Author
- [email protected]
- Date
- 2018-09-28 15:12:07 -0700 (Fri, 28 Sep 2018)
Log Message
Build fix after r236612.
* platform/win/PasteboardWin.cpp:
(WebCore::Pasteboard::writeSelection):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (236615 => 236616)
--- trunk/Source/WebCore/ChangeLog 2018-09-28 22:06:02 UTC (rev 236615)
+++ trunk/Source/WebCore/ChangeLog 2018-09-28 22:12:07 UTC (rev 236616)
@@ -1,3 +1,10 @@
+2018-09-28 Ryosuke Niwa <[email protected]>
+
+ Build fix after r236612.
+
+ * platform/win/PasteboardWin.cpp:
+ (WebCore::Pasteboard::writeSelection):
+
2018-09-28 Andy Estes <[email protected]>
[Apple Pay] Remove the "in-store" button type
Modified: trunk/Source/WebCore/platform/win/PasteboardWin.cpp (236615 => 236616)
--- trunk/Source/WebCore/platform/win/PasteboardWin.cpp 2018-09-28 22:06:02 UTC (rev 236615)
+++ trunk/Source/WebCore/platform/win/PasteboardWin.cpp 2018-09-28 22:12:07 UTC (rev 236616)
@@ -469,7 +469,7 @@
// Put CF_HTML format on the pasteboard
if (::OpenClipboard(m_owner)) {
Vector<char> data;
- markupToCFHTML(createMarkup(selectedRange, nullptr, AnnotateForInterchange::Yes),
+ markupToCFHTML(serializePreservingVisualAppearance(selectedRange, nullptr, AnnotateForInterchange::Yes),
selectedRange.startContainer().document().url().string(), data);
HGLOBAL cbData = createGlobalData(data);
if (!::SetClipboardData(HTMLClipboardFormat, cbData))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes