Title: [289778] trunk/Source/WebCore
Revision
289778
Author
[email protected]
Date
2022-02-14 16:05:24 -0800 (Mon, 14 Feb 2022)

Log Message

Move PDFDocument.cpp/h in correct position in WebCore.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=236529

Patch by Dan Glastonbury <[email protected]> on 2022-02-14
Reviewed by Tim Nguyen.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (289777 => 289778)


--- trunk/Source/WebCore/ChangeLog	2022-02-14 23:59:59 UTC (rev 289777)
+++ trunk/Source/WebCore/ChangeLog	2022-02-15 00:05:24 UTC (rev 289778)
@@ -1,3 +1,12 @@
+2022-02-14  Dan Glastonbury  <[email protected]>
+
+        Move PDFDocument.cpp/h in correct position in WebCore.xcodeproj
+        https://bugs.webkit.org/show_bug.cgi?id=236529
+
+        Reviewed by Tim Nguyen.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2022-02-14  Cameron McCormack  <[email protected]>
 
         Consistenly use hasTagName instead of is<> in HTMLStackItem testing functions

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (289777 => 289778)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2022-02-14 23:59:59 UTC (rev 289777)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2022-02-15 00:05:24 UTC (rev 289778)
@@ -9389,8 +9389,8 @@
 		494BD7940F55C8EE00747828 /* WebKitPoint.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebKitPoint.idl; sourceTree = "<group>"; };
 		494BD79B0F55C94C00747828 /* JSWebKitPoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitPoint.cpp; sourceTree = "<group>"; };
 		494BD79C0F55C94C00747828 /* JSWebKitPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebKitPoint.h; sourceTree = "<group>"; };
-		494EBD0627AA9C5300F4844F /* PDFDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PDFDocument.h; path = html/PDFDocument.h; sourceTree = "<group>"; };
-		494EBD0827AA9C5300F4844F /* PDFDocument.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PDFDocument.cpp; path = html/PDFDocument.cpp; sourceTree = "<group>"; };
+		494EBD0627AA9C5300F4844F /* PDFDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PDFDocument.h; path = PDFDocument.h; sourceTree = "<group>"; };
+		494EBD0827AA9C5300F4844F /* PDFDocument.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PDFDocument.cpp; path = PDFDocument.cpp; sourceTree = "<group>"; };
 		4958781F12A57DDF007238AC /* PlatformCAAnimationCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PlatformCAAnimationCocoa.mm; sourceTree = "<group>"; };
 		4958782012A57DDF007238AC /* PlatformCALayerCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PlatformCALayerCocoa.mm; sourceTree = "<group>"; };
 		4969B0F013D0B33F00DF3521 /* HitTestingTransformState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HitTestingTransformState.cpp; sourceTree = "<group>"; };
@@ -18941,8 +18941,6 @@
 		0867D691FE84028FC02AAC07 /* WebCore */ = {
 			isa = PBXGroup;
 			children = (
-				494EBD0827AA9C5300F4844F /* PDFDocument.cpp */,
-				494EBD0627AA9C5300F4844F /* PDFDocument.h */,
 				DDB04F37278E5527008D3678 /* libWTF.a */,
 				1C09D04B1E31C32800725F18 /* PAL.xcodeproj */,
 				65C97AF208EA908800ACD273 /* config.h */,
@@ -25927,6 +25925,8 @@
 				314877E01FAA8FE900C05759 /* OffscreenCanvas.cpp */,
 				314877E11FAA8FE900C05759 /* OffscreenCanvas.h */,
 				314877D91FAA870600C05759 /* OffscreenCanvas.idl */,
+				494EBD0827AA9C5300F4844F /* PDFDocument.cpp */,
+				494EBD0627AA9C5300F4844F /* PDFDocument.h */,
 				F55B3D951251F12D003EF269 /* PasswordInputType.cpp */,
 				F55B3D961251F12D003EF269 /* PasswordInputType.h */,
 				97205AB91239292700B17380 /* PluginDocument.cpp */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to