<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[172254] branches/safari-600.1-branch/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/172254">172254</a></dd>
<dt>Author</dt> <dd>dburkart@apple.com</dd>
<dt>Date</dt> <dd>2014-08-07 13:56:43 -0700 (Thu, 07 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merged <a href="http://trac.webkit.org/projects/webkit/changeset/172202">r172202</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branchessafari6001branchSourceWebCoreChangeLog">branches/safari-600.1-branch/Source/WebCore/ChangeLog</a></li>
<li><a href="#branchessafari6001branchSourceWebCoreWebCorevcxprojWebCorevcxproj">branches/safari-600.1-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#branchessafari6001branchSourceWebCoreplatformgraphicsGLContextcpp">branches/safari-600.1-branch/Source/WebCore/platform/graphics/GLContext.cpp</a></li>
<li><a href="#branchessafari6001branchSourceWebCoreplatformgraphicsGraphicsContext3DPrivatecpp">branches/safari-600.1-branch/Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp</a></li>
<li><a href="#branchessafari6001branchSourceWebCoreplatformgraphicsopenglGLPlatformContextcpp">branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformContext.cpp</a></li>
<li><a href="#branchessafari6001branchSourceWebCoreplatformgraphicsopenglGLPlatformSurfacecpp">branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformSurface.cpp</a></li>
<li><a href="#branchessafari6001branchSourceWebInspectorUIChangeLog">branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#branchessafari6001branchSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxproj">branches/safari-600.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchessafari6001branchSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/ChangeLog (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/ChangeLog        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/ChangeLog        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -1,5 +1,23 @@
</span><span class="cx"> 2014-08-07  Dana Burkart &lt;dburkart@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Merge r172202
+
+    2014-08-06  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+            [Win] Correct build errors when WebGL Disabled
+            https://bugs.webkit.org/show_bug.cgi?id=135687
+
+            Unreviewed build fix.
+
+            * WebCore.vcxproj/WebCore.vcxproj: Don't build Cairo files
+            when building CG.
+            * platform/graphics/GLContext.cpp: Correct use of 3D_GRAPHICS macro.
+            * platform/graphics/GraphicsContext3DPrivate.cpp: Ditto.
+            * platform/graphics/opengl/GLPlatformContext.cpp: Ditto.
+            * platform/graphics/opengl/GLPlatformSurface.cpp: Ditto.
+
+2014-08-07  Dana Burkart &lt;dburkart@apple.com&gt;
+
</ins><span class="cx">         Merge r172195
</span><span class="cx"> 
</span><span class="cx">     2014-08-06  Enrica Casucci  &lt;enrica@apple.com&gt;
</span></span></pre></div>
<a id="branchessafari6001branchSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -7395,6 +7395,8 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><ins>+      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
+      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</ins><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\platform\graphics\GraphicsContext3DPrivate.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\platform\graphics\ca\win\PlatformCAFiltersWin.cpp&quot;&gt;
</span></span></pre></div>
<a id="branchessafari6001branchSourceWebCoreplatformgraphicsGLContextcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/platform/graphics/GLContext.cpp (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/platform/graphics/GLContext.cpp        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/platform/graphics/GLContext.cpp        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -17,9 +17,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;GLContext.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #if USE(OPENGL)
</span><ins>+#include &quot;GLContext.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if USE(EGL)
</span><span class="cx"> #include &quot;GLContextEGL.h&quot;
</span></span></pre></div>
<a id="branchessafari6001branchSourceWebCoreplatformgraphicsGraphicsContext3DPrivatecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/platform/graphics/GraphicsContext3DPrivate.cpp        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -18,9 +18,9 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;GraphicsContext3DPrivate.h&quot;
</del><span class="cx"> 
</span><span class="cx"> #if USE(3D_GRAPHICS)
</span><ins>+#include &quot;GraphicsContext3DPrivate.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #include &quot;HostWindow.h&quot;
</span><span class="cx"> #include &quot;NotImplemented.h&quot;
</span></span></pre></div>
<a id="branchessafari6001branchSourceWebCoreplatformgraphicsopenglGLPlatformContextcpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformContext.cpp (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformContext.cpp        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformContext.cpp        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -24,6 +24,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+
+#if USE(3D_GRAPHICS)
</ins><span class="cx"> #include &quot;GLPlatformContext.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #if USE(GLX)
</span><span class="lines">@@ -279,3 +281,5 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span><ins>+
+#endif
</ins></span></pre></div>
<a id="branchessafari6001branchSourceWebCoreplatformgraphicsopenglGLPlatformSurfacecpp"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformSurface.cpp (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformSurface.cpp        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebCore/platform/graphics/opengl/GLPlatformSurface.cpp        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -24,6 +24,8 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><ins>+
+#if USE(3D_GRAPHICS)
</ins><span class="cx"> #include &quot;GLPlatformSurface.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #if USE(GLX)
</span><span class="lines">@@ -131,3 +133,5 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span><ins>+
+#endif
</ins></span></pre></div>
<a id="branchessafari6001branchSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/ChangeLog        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-08-07  Dana Burkart &lt;dburkart@apple.com&gt;
+
+        Merge r172202
+
+    2014-08-06  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+            [Win] Build fix.
+
+            * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj: DebugSuffix target was missing
+            proper path settings for final output.
+
</ins><span class="cx"> 2014-08-05  Lucas Forschler  &lt;lforschler@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Merge r171940
</span></span></pre></div>
<a id="branchessafari6001branchSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxproj"></a>
<div class="modfile"><h4>Modified: branches/safari-600.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj (172253 => 172254)</h4>
<pre class="diff"><span>
<span class="info">--- branches/safari-600.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2014-08-07 20:56:30 UTC (rev 172253)
+++ branches/safari-600.1-branch/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2014-08-07 20:56:43 UTC (rev 172254)
</span><span class="lines">@@ -1,6 +1,14 @@
</span><span class="cx"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
</span><span class="cx"> &lt;Project DefaultTargets=&quot;Build&quot; ToolsVersion=&quot;4.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
</span><span class="cx">   &lt;ItemGroup Label=&quot;ProjectConfigurations&quot;&gt;
</span><ins>+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|Win32&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;Win32&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
+    &lt;ProjectConfiguration Include=&quot;DebugSuffix|x64&quot;&gt;
+      &lt;Configuration&gt;DebugSuffix&lt;/Configuration&gt;
+      &lt;Platform&gt;x64&lt;/Platform&gt;
+    &lt;/ProjectConfiguration&gt;
</ins><span class="cx">     &lt;ProjectConfiguration Include=&quot;Debug_WinCairo|Win32&quot;&gt;
</span><span class="cx">       &lt;Configuration&gt;Debug_WinCairo&lt;/Configuration&gt;
</span><span class="cx">       &lt;Platform&gt;Win32&lt;/Platform&gt;
</span><span class="lines">@@ -53,6 +61,12 @@
</span><span class="cx">     &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
+    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
+    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
+    &lt;PlatformToolset&gt;v120_xp&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
</span><span class="lines">@@ -86,6 +100,12 @@
</span><span class="cx">     &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
</span><span class="cx">     &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
</span><span class="cx">   &lt;/PropertyGroup&gt;
</span><ins>+  &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;Configuration&quot;&gt;
+    &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
+    &lt;UseDebugLibraries&gt;true&lt;/UseDebugLibraries&gt;
+    &lt;CharacterSet&gt;Unicode&lt;/CharacterSet&gt;
+    &lt;PlatformToolset&gt;v120&lt;/PlatformToolset&gt;
+  &lt;/PropertyGroup&gt;
</ins><span class="cx">   &lt;PropertyGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot; Label=&quot;Configuration&quot;&gt;
</span><span class="cx">     &lt;ConfigurationType&gt;Makefile&lt;/ConfigurationType&gt;
</span><span class="cx">     &lt;UseDebugLibraries&gt;false&lt;/UseDebugLibraries&gt;
</span><span class="lines">@@ -121,6 +141,11 @@
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</span><span class="lines">@@ -146,6 +171,11 @@
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><ins>+  &lt;ImportGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot; Label=&quot;PropertySheets&quot;&gt;
+    &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
+    &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\debug.props&quot; /&gt;
+  &lt;/ImportGroup&gt;
</ins><span class="cx">   &lt;ImportGroup Label=&quot;PropertySheets&quot; Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props&quot; Condition=&quot;exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')&quot; Label=&quot;LocalAppDataPlatform&quot; /&gt;
</span><span class="cx">     &lt;Import Project=&quot;$(WebKit_Libraries)\tools\vsprops\common.props&quot; /&gt;
</span><span class="lines">@@ -176,6 +206,13 @@
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;Link /&gt;
</span><span class="cx">   &lt;/ItemDefinitionGroup&gt;
</span><ins>+  &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;
+    &lt;ClCompile&gt;
+      &lt;WarningLevel&gt;Level3&lt;/WarningLevel&gt;
+      &lt;Optimization&gt;Disabled&lt;/Optimization&gt;
+    &lt;/ClCompile&gt;
+    &lt;Link /&gt;
+  &lt;/ItemDefinitionGroup&gt;
</ins><span class="cx">   &lt;ItemDefinitionGroup Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;
</span><span class="cx">     &lt;ClCompile&gt;
</span><span class="cx">       &lt;WarningLevel&gt;Level3&lt;/WarningLevel&gt;
</span><span class="lines">@@ -786,4 +823,4 @@
</span><span class="cx">   &lt;Import Project=&quot;$(VCTargetsPath)\Microsoft.Cpp.targets&quot; /&gt;
</span><span class="cx">   &lt;ImportGroup Label=&quot;ExtensionTargets&quot;&gt;
</span><span class="cx">   &lt;/ImportGroup&gt;
</span><del>-&lt;/Project&gt;
</del><ins>+&lt;/Project&gt;
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>