Title: [129249] trunk/Source/WebCore
- Revision
- 129249
- Author
- [email protected]
- Date
- 2012-09-21 13:16:45 -0700 (Fri, 21 Sep 2012)
Log Message
Unreviewed, rolling out r129248.
http://trac.webkit.org/changeset/129248
https://bugs.webkit.org/show_bug.cgi?id=96000
Broke win build
* Target.pri:
* WebCore.vcproj/WebCore.vcproj:
* rendering/RenderingAllInOne.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (129248 => 129249)
--- trunk/Source/WebCore/ChangeLog 2012-09-21 20:09:31 UTC (rev 129248)
+++ trunk/Source/WebCore/ChangeLog 2012-09-21 20:16:45 UTC (rev 129249)
@@ -1,3 +1,15 @@
+2012-09-21 Simon Hausmann <[email protected]>
+
+ Unreviewed, rolling out r129248.
+ http://trac.webkit.org/changeset/129248
+ https://bugs.webkit.org/show_bug.cgi?id=96000
+
+ Broke win build
+
+ * Target.pri:
+ * WebCore.vcproj/WebCore.vcproj:
+ * rendering/RenderingAllInOne.cpp:
+
2012-09-21 Simon Hausmann <[email protected]>
Make RenderingAllInOne.cpp usable for ports other than Apple/Win
Modified: trunk/Source/WebCore/Target.pri (129248 => 129249)
--- trunk/Source/WebCore/Target.pri 2012-09-21 20:09:31 UTC (rev 129248)
+++ trunk/Source/WebCore/Target.pri 2012-09-21 20:16:45 UTC (rev 129249)
@@ -4033,7 +4033,6 @@
ALL_IN_ONE_SOURCES += \
accessibility/AccessibilityAllInOne.cpp \
inspector/InspectorAllInOne.cpp \
- rendering/RenderingAllInOne.cpp \
loader/appcache/ApplicationCacheAllInOne.cpp \
platform/text/TextAllInOne.cpp \
rendering/style/StyleAllInOne.cpp
Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (129248 => 129249)
--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2012-09-21 20:09:31 UTC (rev 129248)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2012-09-21 20:16:45 UTC (rev 129249)
@@ -44027,6 +44027,7 @@
>
<FileConfiguration
Name="Debug|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -44034,6 +44035,7 @@
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -44041,6 +44043,7 @@
</FileConfiguration>
<FileConfiguration
Name="Debug_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -44048,6 +44051,7 @@
</FileConfiguration>
<FileConfiguration
Name="Release_Cairo_CFLite|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -44055,6 +44059,7 @@
</FileConfiguration>
<FileConfiguration
Name="Debug_All|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
@@ -44062,6 +44067,7 @@
</FileConfiguration>
<FileConfiguration
Name="Production|Win32"
+ ExcludedFromBuild="true"
>
<Tool
Name="VCCLCompilerTool"
Modified: trunk/Source/WebCore/rendering/RenderingAllInOne.cpp (129248 => 129249)
--- trunk/Source/WebCore/rendering/RenderingAllInOne.cpp 2012-09-21 20:09:31 UTC (rev 129248)
+++ trunk/Source/WebCore/rendering/RenderingAllInOne.cpp 2012-09-21 20:16:45 UTC (rev 129249)
@@ -106,6 +106,7 @@
#include "RenderTextControlSingleLine.cpp"
#include "RenderTextFragment.cpp"
#include "RenderTheme.cpp"
+#include "RenderThemeWin.cpp"
#include "RenderTreeAsText.cpp"
#include "RenderVideo.cpp"
#include "RenderView.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes