Changeset 136211 in webkit
- Timestamp:
- Nov 30, 2012, 12:52:05 AM (14 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r136210 r136211 1 2012-11-30 Tim Horton <timothy_horton@apple.com> 2 3 Unreviewed, fix the PDFPlugin build after http://trac.webkit.org/changeset/136205. 4 5 * WebCore.xcodeproj/project.pbxproj: 6 1 7 2012-11-30 Mihai Maerean <mmaerean@adobe.com> 2 8 -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r136210 r136211 5836 5836 C348612415FDE21E007A1CC9 /* InputTypeNames.h in Headers */ = {isa = PBXBuildFile; fileRef = C348612215FDE21E007A1CC9 /* InputTypeNames.h */; }; 5837 5837 C375D7FD16639519006184AB /* TypeAhead.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C375D7FB16639519006184AB /* TypeAhead.cpp */; }; 5838 C375D7FE16639519006184AB /* TypeAhead.h in Headers */ = {isa = PBXBuildFile; fileRef = C375D7FC16639519006184AB /* TypeAhead.h */; };5838 C375D7FE16639519006184AB /* TypeAhead.h in Headers */ = {isa = PBXBuildFile; fileRef = C375D7FC16639519006184AB /* TypeAhead.h */; settings = {ATTRIBUTES = (Private, ); }; }; 5839 5839 C37CDEBD149EF2030042090D /* ColorChooserClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C37CDEBC149EF2030042090D /* ColorChooserClient.h */; settings = {ATTRIBUTES = (Private, ); }; }; 5840 5840 C3CF17A415B0063F00276D39 /* IdTargetObserver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C3CF17A015B0063F00276D39 /* IdTargetObserver.cpp */; }; … … 22522 22522 buildActionMask = 2147483647; 22523 22523 files = ( 22524 C375D7FE16639519006184AB /* TypeAhead.h in Headers */, 22524 22525 FD1AF1501656F15100C6D4F7 /* ExclusionShapeValue.h in Headers */, 22525 22526 BC7FA6210D1F0CBD00DB22A9 /* LiveNodeList.h in Headers */, … … 25854 25855 15B8B7C91652C5220036EF55 /* JSWebKitCSSMixFunctionValue.h in Headers */, 25855 25856 93F72AF31666EDFC002A02BD /* LayerPool.h in Headers */, 25856 C375D7FE16639519006184AB /* TypeAhead.h in Headers */,25857 25857 ); 25858 25858 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.