Bug 113978 - Removed empty files from the build
Summary: Removed empty files from the build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 16:46 PDT by Geoffrey Garen
Modified: 2013-04-18 00:23 PDT (History)
1 user (show)

See Also:


Attachments
Patch (290.44 KB, patch)
2013-04-04 16:47 PDT, Geoffrey Garen
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2013-04-04 16:46:55 PDT
Removed empty files from the build
Comment 1 Geoffrey Garen 2013-04-04 16:47:59 PDT
Created attachment 196555 [details]
Patch
Comment 2 Anders Carlsson 2013-04-04 16:54:22 PDT
Comment on attachment 196555 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196555&action=review

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-29028
> -				7EE6846812D26E3800E79415 /* LoaderRunLoopCF.cpp in Sources */,

I believe this is used on iOS.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-29099
> -				F55B3DC51251F12D003EF269 /* MonthInputType.cpp in Sources */,

I believe this is used on iOS.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-29367
> -				7EE6846B12D26E3800E79415 /* ResourceErrorCF.cpp in Sources */,

I think this is also used on iOS.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-29839
> -				F55B3DDB1251F12D003EF269 /* TimeInputType.cpp in Sources */,

Used on iOS.

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-29968
> -				F55B3DDF1251F12D003EF269 /* WeekInputType.cpp in Sources */,

Used on iOS!
Comment 3 Geoffrey Garen 2013-04-04 17:13:27 PDT
Committed r147686: <http://trac.webkit.org/changeset/147686>
Comment 4 Catalin badea 2013-04-18 00:23:18 PDT
762F1EDB159D968A007408F2 /* HTMLDialogElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 762F1EDA159D968A007408F2 /* HTMLDialogElement.cpp */; };

This breaks the dialog element support.