Title: [149394] trunk/Source/WebCore
- Revision
- 149394
- Author
- [email protected]
- Date
- 2013-04-30 13:12:30 -0700 (Tue, 30 Apr 2013)
Log Message
Fix an issue with JSPerformance.cpp in the WebCore.xcodeproj where
it was being recognized as a diretory rather than a file, introduced
in r149359.
* WebCore.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (149393 => 149394)
--- trunk/Source/WebCore/ChangeLog 2013-04-30 19:54:20 UTC (rev 149393)
+++ trunk/Source/WebCore/ChangeLog 2013-04-30 20:12:30 UTC (rev 149394)
@@ -1,3 +1,11 @@
+2013-04-30 Simon Fraser <[email protected]>
+
+ Fix an issue with JSPerformance.cpp in the WebCore.xcodeproj where
+ it was being recognized as a diretory rather than a file, introduced
+ in r149359.
+
+ * WebCore.xcodeproj/project.pbxproj:
+
2013-04-30 Beth Dakin <[email protected]>
Page::pageCount() is inaccurate when we allow the first paint in App Mode
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (149393 => 149394)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2013-04-30 19:54:20 UTC (rev 149393)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2013-04-30 20:12:30 UTC (rev 149394)
@@ -12422,7 +12422,7 @@
E4D687780ED7AE4F006EA978 /* PurgeableBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PurgeableBuffer.h; sourceTree = "<group>"; };
E4F9EEF0156D84C400D23E7E /* StyleSheetContents.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StyleSheetContents.cpp; sourceTree = "<group>"; };
E4F9EEF1156D84C400D23E7E /* StyleSheetContents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StyleSheetContents.h; sourceTree = "<group>"; };
- E51A81DE17298D7700BFCA61 /* JSPerformance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSPerformance.cpp; sourceTree = "<group>"; };
+ E51A81DE17298D7700BFCA61 /* JSPerformance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSPerformance.cpp; sourceTree = "<group>"; };
E526AF3E1727F8F200E41781 /* Performance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Performance.cpp; sourceTree = "<group>"; };
E55F4979151B888000BB67DB /* LengthFunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LengthFunctions.cpp; sourceTree = "<group>"; };
E5BA7D62151437CA00FE1E3F /* LengthFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LengthFunctions.h; sourceTree = "<group>"; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes