Title: [126831] trunk/Source/WebCore
Revision
126831
Author
[email protected]
Date
2012-08-27 18:10:30 -0700 (Mon, 27 Aug 2012)

Log Message

Add new file to xcode project -- Update to Bug 95107
https://bugs.webkit.org/show_bug.cgi?id=95155

Patch by Nikhil Bhargava <[email protected]> on 2012-08-27
Reviewed by Tim Horton.

Add LayoutTypesInlineMethods.h to xcode project file.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126830 => 126831)


--- trunk/Source/WebCore/ChangeLog	2012-08-28 01:02:11 UTC (rev 126830)
+++ trunk/Source/WebCore/ChangeLog	2012-08-28 01:10:30 UTC (rev 126831)
@@ -1,3 +1,14 @@
+2012-08-27  Nikhil Bhargava  <[email protected]>
+
+        Add new file to xcode project -- Update to Bug 95107
+        https://bugs.webkit.org/show_bug.cgi?id=95155
+
+        Reviewed by Tim Horton.
+
+        Add LayoutTypesInlineMethods.h to xcode project file.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2012-08-27  James Robinson  <[email protected]>
 
         [chromium] Add some #includes that were implicitly picked up to CCScrollbarGeometry*

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (126830 => 126831)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-28 01:02:11 UTC (rev 126830)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-28 01:10:30 UTC (rev 126831)
@@ -9284,6 +9284,7 @@
 		848522871190173C006EDC7F /* SVGVKernElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGVKernElement.cpp; sourceTree = "<group>"; };
 		848522881190173C006EDC7F /* SVGVKernElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SVGVKernElement.h; sourceTree = "<group>"; };
 		848522891190173C006EDC7F /* SVGVKernElement.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SVGVKernElement.idl; sourceTree = "<group>"; };
+		84894CA815EC489700A40481 /* LayoutTypesInlineMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayoutTypesInlineMethods.h; sourceTree = "<group>"; };
 		849F77750EFEC6200090849D /* StrokeStyleApplier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StrokeStyleApplier.h; sourceTree = "<group>"; };
 		84A81F3B0FC7DFF000955300 /* SourceAlpha.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SourceAlpha.cpp; path = filters/SourceAlpha.cpp; sourceTree = "<group>"; };
 		84A81F3C0FC7DFF000955300 /* SourceAlpha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourceAlpha.h; path = filters/SourceAlpha.h; sourceTree = "<group>"; };
@@ -21300,6 +21301,7 @@
 				2D9066040BE141D400956998 /* LayoutState.cpp */,
 				2D9066050BE141D400956998 /* LayoutState.h */,
 				BACF290013B2A0D500781F90 /* LayoutTypes.h */,
+				84894CA815EC489700A40481 /* LayoutTypesInlineMethods.h */,
 				3774ABA30FA21EB400AD7DE9 /* OverlapTestRequestClient.h */,
 				9377AB9F15DEFEEF0031FD04 /* Pagination.h */,
 				0885067D11DA045B00182B98 /* PaintInfo.h */,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to