Title: [196487] tags/Safari-602.1.18.9/Source/WebKit
Revision
196487
Author
[email protected]
Date
2016-02-12 11:18:01 -0800 (Fri, 12 Feb 2016)

Log Message

Merged r196462.  rdar://problem/24622882

Modified Paths

Diff

Modified: tags/Safari-602.1.18.9/Source/WebKit/ChangeLog (196486 => 196487)


--- tags/Safari-602.1.18.9/Source/WebKit/ChangeLog	2016-02-12 19:07:55 UTC (rev 196486)
+++ tags/Safari-602.1.18.9/Source/WebKit/ChangeLog	2016-02-12 19:18:01 UTC (rev 196487)
@@ -1,3 +1,15 @@
+2016-02-12  Babak Shafiei  <[email protected]>
+
+        Merge r196462.
+
+    2016-02-11  Alex Christensen  <[email protected]>
+
+            Fix internal Windows build.
+            rdar://problem/24622882
+
+            * WebKit.vcxproj/WebKit.proj:
+            Don't define DEBUG_SUFFIX in release builds.
+
 2016-02-10  Babak Shafiei  <[email protected]>
 
         Merge r196377.

Modified: tags/Safari-602.1.18.9/Source/WebKit/WebKit.vcxproj/WebKit.proj (196486 => 196487)


--- tags/Safari-602.1.18.9/Source/WebKit/WebKit.vcxproj/WebKit.proj	2016-02-12 19:07:55 UTC (rev 196486)
+++ tags/Safari-602.1.18.9/Source/WebKit/WebKit.vcxproj/WebKit.proj	2016-02-12 19:18:01 UTC (rev 196487)
@@ -5,7 +5,7 @@
   <PropertyGroup Condition="'$(CONFIGURATION)'=='Release'">
 	<CONFIG>Release</CONFIG>
     <DebugSuffix></DebugSuffix>
-    <DebugSuffixDefinition>-DDEBUG_SUFFIX=_debug</DebugSuffixDefinition>
+    <DebugSuffixDefinition></DebugSuffixDefinition>
   </PropertyGroup>
   <PropertyGroup Condition="'$(CONFIGURATION)'=='Debug'">
 	<CONFIG>Debug</CONFIG>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to