Title: [210478] trunk/Source/WebCore/testing/cocoa/WebArchiveDumpSupport.h
Revision
210478
Author
[email protected]
Date
2017-01-07 10:30:55 -0800 (Sat, 07 Jan 2017)

Log Message

Attempt to fix the Mac CMake build after r210467.

* testing/cocoa/WebArchiveDumpSupport.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/testing/cocoa/WebArchiveDumpSupport.h (210477 => 210478)


--- trunk/Source/WebCore/testing/cocoa/WebArchiveDumpSupport.h	2017-01-07 13:55:57 UTC (rev 210477)
+++ trunk/Source/WebCore/testing/cocoa/WebArchiveDumpSupport.h	2017-01-07 18:30:55 UTC (rev 210478)
@@ -25,11 +25,10 @@
 
 #pragma once
 
-#include "WebCoreTestSupport.h"
 #include <CoreFoundation/CoreFoundation.h>
 
 namespace WebCoreTestSupport {
 
-CFStringRef createXMLStringFromWebArchiveData(CFDataRef webArchiveData) TEST_SUPPORT_EXPORT;
+CFStringRef createXMLStringFromWebArchiveData(CFDataRef webArchiveData) WTF_EXPORT_PRIVATE;
 
 } // namespace WebCoreTestSupport
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to