Title: [208989] trunk/Tools
- Revision
- 208989
- Author
- [email protected]
- Date
- 2016-11-27 00:06:08 -0800 (Sun, 27 Nov 2016)
Log Message
Another fix for CMake.
* DumpRenderTree/TestOptions.h:
* DumpRenderTree/TestOptions.mm:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (208988 => 208989)
--- trunk/Tools/ChangeLog 2016-11-27 07:43:51 UTC (rev 208988)
+++ trunk/Tools/ChangeLog 2016-11-27 08:06:08 UTC (rev 208989)
@@ -1,3 +1,10 @@
+2016-11-27 Simon Fraser <[email protected]>
+
+ Another fix for CMake.
+
+ * DumpRenderTree/TestOptions.h:
+ * DumpRenderTree/TestOptions.mm:
+
2016-11-26 Simon Fraser <[email protected]>
Better fix for the Mac CMake build.
Modified: trunk/Tools/DumpRenderTree/TestOptions.h (208988 => 208989)
--- trunk/Tools/DumpRenderTree/TestOptions.h 2016-11-27 07:43:51 UTC (rev 208988)
+++ trunk/Tools/DumpRenderTree/TestOptions.h 2016-11-27 08:06:08 UTC (rev 208989)
@@ -25,6 +25,8 @@
#pragma once
+@class NSURL;
+
struct TestOptions {
bool enableIntersectionObserver { false };
Modified: trunk/Tools/DumpRenderTree/TestOptions.mm (208988 => 208989)
--- trunk/Tools/DumpRenderTree/TestOptions.mm 2016-11-27 07:43:51 UTC (rev 208988)
+++ trunk/Tools/DumpRenderTree/TestOptions.mm 2016-11-27 08:06:08 UTC (rev 208989)
@@ -26,6 +26,7 @@
#include "config.h"
#include "TestOptions.h"
+#include <Foundation/Foundation.h>
#include <fstream>
#include <string>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes