Skip to content
  • mrowe@apple.com's avatar
    Follow-up to r76477. · 5e136a24
    mrowe@apple.com authored
    Fix the scripts that detect problematic code such as static initializers
    and destructors, weak vtables, inappropriate files in the framework wrappers,
    and public headers including private headers. These had all been broken
    since the projects were moved in to the Source directory as the paths to the
    scripts were not updated at that time.
    
    Source/JavaScriptCore:
    
    * JavaScriptCore.xcodeproj/project.pbxproj:
    
    Source/JavaScriptGlue:
    
    * JavaScriptGlue.xcodeproj/project.pbxproj:
    
    Source/WebCore:
    
    Stop copying an IDL file in to the framework wrapper. Doing that doesn't even make sense.
    
    * WebCore.xcodeproj/project.pbxproj:
    
    Source/WebKit:
    
    * WebKit.xcodeproj/project.pbxproj:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76478 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    5e136a24