Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. diff --git a/Source/WebCore/WebCore.xcodeproj/project.pbxproj b/Source/WebCore/WebCore.xcodeproj/project.pbxproj
  2. index 0d1c494..0204222 100644
  3. --- a/Source/WebCore/WebCore.xcodeproj/project.pbxproj
  4. +++ b/Source/WebCore/WebCore.xcodeproj/project.pbxproj
  5. @@ -1890,6 +1890,8 @@
  6. 7A24587C1021EAF4000A00AA /* InspectorDOMAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A24587A1021EAF4000A00AA /* InspectorDOMAgent.h */; settings = {ATTRIBUTES = (Private, ); }; };
  7. 7A54857F14E02D51006AE05A /* InspectorHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A54857D14E02D51006AE05A /* InspectorHistory.cpp */; };
  8. 7A54858014E02D51006AE05A /* InspectorHistory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A54857E14E02D51006AE05A /* InspectorHistory.h */; };
  9. + 7A54881714E432A1006AE05A /* DOMPatchSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A54881514E432A1006AE05A /* DOMPatchSupport.h */; };
  10. + 7A54881814E432A1006AE05A /* DOMPatchSupport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A54881614E432A1006AE05A /* DOMPatchSupport.cpp */; };
  11. 7A674BDB0F9EBF4E006CF099 /* PageGroupLoadDeferrer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A674BD90F9EBF4E006CF099 /* PageGroupLoadDeferrer.cpp */; };
  12. 7A674BDC0F9EBF4E006CF099 /* PageGroupLoadDeferrer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A674BDA0F9EBF4E006CF099 /* PageGroupLoadDeferrer.h */; };
  13. 7A74ECBA101839A600BF939E /* InspectorDOMStorageAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A74ECB8101839A500BF939E /* InspectorDOMStorageAgent.cpp */; };
  14. @@ -8773,6 +8775,8 @@
  15. 7A24587A1021EAF4000A00AA /* InspectorDOMAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorDOMAgent.h; sourceTree = "<group>"; };
  16. 7A54857D14E02D51006AE05A /* InspectorHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorHistory.cpp; sourceTree = "<group>"; };
  17. 7A54857E14E02D51006AE05A /* InspectorHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorHistory.h; sourceTree = "<group>"; };
  18. + 7A54881514E432A1006AE05A /* DOMPatchSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMPatchSupport.h; sourceTree = "<group>"; };
  19. + 7A54881614E432A1006AE05A /* DOMPatchSupport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DOMPatchSupport.cpp; sourceTree = "<group>"; };
  20. 7A563E5412DE32B000F4536D /* InjectedScriptSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InjectedScriptSource.h; sourceTree = "<group>"; };
  21. 7A563F9512DF5C9100F4536D /* InjectedScriptSource.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = InjectedScriptSource.js; sourceTree = "<group>"; };
  22. 7A674BD90F9EBF4E006CF099 /* PageGroupLoadDeferrer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageGroupLoadDeferrer.cpp; sourceTree = "<group>"; };
  23. @@ -14010,6 +14014,8 @@
  24. 7AABA25814BC613300AA9A11 /* DOMEditor.h */,
  25. 4F1442261339FD6200E0D6F8 /* DOMNodeHighlighter.cpp */,
  26. 4F1442271339FD6200E0D6F8 /* DOMNodeHighlighter.h */,
  27. + 7A54881514E432A1006AE05A /* DOMPatchSupport.h */,
  28. + 7A54881614E432A1006AE05A /* DOMPatchSupport.cpp */,
  29. F35AE5AB14925F5B004D5776 /* DOMWrapperVisitor.h */,
  30. 5913A23F13D49EBA00F5B05C /* IdentifiersFactory.cpp */,
  31. 5913A24013D49EBA00F5B05C /* IdentifiersFactory.h */,
  32. @@ -24155,6 +24161,7 @@
  33. 1AAADDE914DC8DF800AF64B3 /* ScrollingTreeNodeMac.h in Headers */,
  34. 10FB084B14E15C7E00A3DB98 /* PublicURLManager.h in Headers */,
  35. 7A54858014E02D51006AE05A /* InspectorHistory.h in Headers */,
  36. + 7A54881714E432A1006AE05A /* DOMPatchSupport.h in Headers */,
  37. );
  38. runOnlyForDeploymentPostprocessing = 0;
  39. };
  40. @@ -27092,6 +27099,7 @@
  41. 1AAADDE814DC8DF800AF64B3 /* ScrollingTreeNodeMac.mm in Sources */,
  42. 7A54857F14E02D51006AE05A /* InspectorHistory.cpp in Sources */,
  43. CDAA8D0A14D71B2E0061EA60 /* PlatformClockCM.mm in Sources */,
  44. + 7A54881814E432A1006AE05A /* DOMPatchSupport.cpp in Sources */,
  45. );
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
Add Comment
Please, Sign In to add comment