Modified: trunk/Source/WebCore/ChangeLog (112718 => 112719)
--- trunk/Source/WebCore/ChangeLog 2012-03-30 20:38:52 UTC (rev 112718)
+++ trunk/Source/WebCore/ChangeLog 2012-03-30 20:47:03 UTC (rev 112719)
@@ -1,5 +1,11 @@
2012-03-30 Anders Carlsson <ander...@apple.com>
+ This is fun.
+
+ * WebCore.xcodeproj/project.pbxproj:
+
+2012-03-30 Anders Carlsson <ander...@apple.com>
+
Yet another build fix attempt.
* WebCore.xcodeproj/project.pbxproj:
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (112718 => 112719)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-03-30 20:38:52 UTC (rev 112718)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-03-30 20:47:03 UTC (rev 112719)
@@ -391,6 +391,7 @@
1A3586DF15264C450022A659 /* RenderMultiColumnFlowThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A3586DD15264C450022A659 /* RenderMultiColumnFlowThread.cpp */; };
1A3586E015264C450022A659 /* RenderMultiColumnFlowThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3586DE15264C450022A659 /* RenderMultiColumnFlowThread.h */; };
1A3586E115264F950022A659 /* SVGAnimatedIntegerOptionalInteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 71E623CE151F72A60036E2F4 /* SVGAnimatedIntegerOptionalInteger.cpp */; };
+ 1A3FF9C315265359002288A1 /* RenderNamedFlowThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC85F23E1519187300BC17BE /* RenderNamedFlowThread.cpp */; };
1A494BFA0A122F4400FDAFC1 /* JSHTMLElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A494BF80A122F4400FDAFC1 /* JSHTMLElement.cpp */; };
1A494BFB0A122F4400FDAFC1 /* JSHTMLElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A494BF90A122F4400FDAFC1 /* JSHTMLElement.h */; settings = {ATTRIBUTES = (Private, ); }; };
1A494E340A12358B00FDAFC1 /* JSHTMLDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A494E320A12358A00FDAFC1 /* JSHTMLDocument.cpp */; };
@@ -5385,7 +5386,6 @@
BC8243E80D0CFD7500460C8F /* WindowFeatures.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC8243E60D0CFD7500460C8F /* WindowFeatures.cpp */; };
BC8243E90D0CFD7500460C8F /* WindowFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8243E70D0CFD7500460C8F /* WindowFeatures.h */; settings = {ATTRIBUTES = (Private, ); }; };
BC85F23D151915E000BC17BE /* RenderNamedFlowThread.h in Headers */ = {isa = PBXBuildFile; fileRef = BC85F23C151915E000BC17BE /* RenderNamedFlowThread.h */; };
- BC85F23F1519187300BC17BE /* RenderNamedFlowThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC85F23E1519187300BC17BE /* RenderNamedFlowThread.cpp */; };
BC8AE34E12EA096A00EB3AE6 /* ScrollableArea.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC8AE34C12EA096A00EB3AE6 /* ScrollableArea.cpp */; };
BC8AE34F12EA096A00EB3AE6 /* ScrollableArea.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8AE34D12EA096A00EB3AE6 /* ScrollableArea.h */; settings = {ATTRIBUTES = (Private, ); }; };
BC8B853E0E7C7F1100AB6984 /* ScrollbarThemeMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8B853C0E7C7F1100AB6984 /* ScrollbarThemeMac.h */; };
@@ -27001,7 +27001,6 @@
A454424E119B3687009BE912 /* RenderMeter.cpp in Sources */,
BC45827F151299C10061A556 /* RenderMultiColumnBlock.cpp in Sources */,
BCE32B9E1517C22700F542EC /* RenderMultiColumnSet.cpp in Sources */,
- BC85F23F1519187300BC17BE /* RenderNamedFlowThread.cpp in Sources */,
BCEA487F097D93020094C9E4 /* RenderObject.cpp in Sources */,
BC60EFB70F33A0E700812A93 /* RenderObjectChildList.cpp in Sources */,
A871DED00A1530C700B12A68 /* RenderPart.cpp in Sources */,
@@ -27648,10 +27647,10 @@
E1BE512D0CF6C512002EA959 /* XSLTUnicodeSort.cpp in Sources */,
977E2E0E12F0FC9C00C13379 /* XSSAuditor.cpp in Sources */,
FD537352137B651800008DCE /* ZeroPole.cpp in Sources */,
- BC85F23F1519187300BC17BE /* RenderNamedFlowThread.cpp in Sources */,
1A35862C152522540022A659 /* ScrollingTreeMac.mm in Sources */,
1A3586DF15264C450022A659 /* RenderMultiColumnFlowThread.cpp in Sources */,
1A3586E115264F950022A659 /* SVGAnimatedIntegerOptionalInteger.cpp in Sources */,
+ 1A3FF9C315265359002288A1 /* RenderNamedFlowThread.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};