Title: [233988] trunk/Tools
- Revision
- 233988
- Author
- [email protected]
- Date
- 2018-07-19 10:07:57 -0700 (Thu, 19 Jul 2018)
Log Message
Provide an lldb type summary for WebCore::Color
https://bugs.webkit.org/show_bug.cgi?id=187776
Attempted build fix.
* lldb/lldbWebKitTester/Configurations/Base.xcconfig:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (233987 => 233988)
--- trunk/Tools/ChangeLog 2018-07-19 17:06:38 UTC (rev 233987)
+++ trunk/Tools/ChangeLog 2018-07-19 17:07:57 UTC (rev 233988)
@@ -1,3 +1,12 @@
+2018-07-19 Dean Jackson <[email protected]>
+
+ Provide an lldb type summary for WebCore::Color
+ https://bugs.webkit.org/show_bug.cgi?id=187776
+
+ Attempted build fix.
+
+ * lldb/lldbWebKitTester/Configurations/Base.xcconfig:
+
2018-07-19 Brady Eidson <[email protected]>
Add an SPI policy action to allow clients to explicitly ask for a new process on a navigation.
Modified: trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig (233987 => 233988)
--- trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig 2018-07-19 17:06:38 UTC (rev 233987)
+++ trunk/Tools/lldb/lldbWebKitTester/Configurations/Base.xcconfig 2018-07-19 17:07:57 UTC (rev 233988)
@@ -114,6 +114,8 @@
SDKROOT = macosx.internal;
+FRAMEWORK_SEARCH_PATHS = $(inherited) $(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
+
OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes