Title: [125950] trunk/Source/WebCore
Revision
125950
Author
[email protected]
Date
2012-08-17 16:57:47 -0700 (Fri, 17 Aug 2012)

Log Message

Fixed incorrect references to JSVoidCallback.{cpp,h} in the project file.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125949 => 125950)


--- trunk/Source/WebCore/ChangeLog	2012-08-17 23:51:25 UTC (rev 125949)
+++ trunk/Source/WebCore/ChangeLog	2012-08-17 23:57:47 UTC (rev 125950)
@@ -1,6 +1,12 @@
+2012-08-17  Dan Bernstein  <[email protected]>
+
+        Fixed incorrect references to JSVoidCallback.{cpp,h} in the project file.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2012-08-17  Ryosuke Niwa  <[email protected]>
 
-        Fix XCode project file.
+        Fix Xcode project file.
 
         * WebCore.xcodeproj/project.pbxproj:
 
@@ -2145,7 +2151,7 @@
 
 2012-08-16  Ryosuke Niwa  <[email protected]>
 
-        Let XCode have its own way.
+        Let Xcode have its own way.
 
         * WebCore.xcodeproj/project.pbxproj:
 
@@ -20716,7 +20722,7 @@
 
 2012-08-02  Ryosuke Niwa  <[email protected]>
 
-        Let XCode have its own away and also sort the files.
+        Let Xcode have its own away and also sort the files.
 
         * WebCore.xcodeproj/project.pbxproj:
 
@@ -45007,7 +45013,7 @@
 
 2012-07-12  Ryosuke Niwa  <[email protected]>
 
-        Let XCode have its own way.
+        Let Xcode have its own way.
 
         * WebCore.xcodeproj/project.pbxproj:
 
@@ -46627,7 +46633,7 @@
 2012-07-11  Ryosuke Niwa  <[email protected]>
 
         Clang build fix after r122345.
-        Also let XCode do its own thing.
+        Also let Xcode do its own thing.
 
         * WebCore.xcodeproj/project.pbxproj:
         * html/HTMLCollection.cpp:

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (125949 => 125950)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-17 23:51:25 UTC (rev 125949)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-08-17 23:57:47 UTC (rev 125950)
@@ -10850,8 +10850,8 @@
 		97DCE20010807C750057D394 /* HistoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryController.h; sourceTree = "<group>"; };
 		97E4028D13A696ED00913D67 /* IconController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IconController.cpp; sourceTree = "<group>"; };
 		97E4028E13A696ED00913D67 /* IconController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IconController.h; sourceTree = "<group>"; };
-		97E9EC8B15DC492F004F2E71 /* JSVoidCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSVoidCallback.cpp; sourceTree = "<group>"; };
-		97E9EC8C15DC492F004F2E71 /* JSVoidCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSVoidCallback.h; sourceTree = "<group>"; };
+		97E9EC8B15DC492F004F2E71 /* JSVoidCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSVoidCallback.cpp; sourceTree = "<group>"; };
+		97E9EC8C15DC492F004F2E71 /* JSVoidCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSVoidCallback.h; sourceTree = "<group>"; };
 		97EF7DFD107E55B700D7C49C /* ScriptControllerBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScriptControllerBase.cpp; sourceTree = "<group>"; };
 		97F8E661151D4A3F00D2D181 /* WorkerContextNotifications.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WorkerContextNotifications.cpp; path = Modules/notifications/WorkerContextNotifications.cpp; sourceTree = "<group>"; };
 		97F8E662151D4A3F00D2D181 /* WorkerContextNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WorkerContextNotifications.h; path = Modules/notifications/WorkerContextNotifications.h; sourceTree = "<group>"; };
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to