Bug 41945 - Building WebCore fails with: error: JSTimeRanges.h: No such file or directory
Summary: Building WebCore fails with: error: JSTimeRanges.h: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-09 02:45 PDT by zub
Modified: 2010-07-09 14:52 PDT (History)
1 user (show)

See Also:


Attachments
Add missing .idl file to CMakeLists.txt. (966 bytes, patch)
2010-07-09 02:52 PDT, zub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zub 2010-07-09 02:45:48 PDT
WebCore/CMakeLists.txt misses html/TimeRanges.idl and this in turn causes the build to fail with:

build/DerivedSources/JSDOMWindow.cpp:338:26: error: JSTimeRanges.h: No such file or directory
Comment 1 zub 2010-07-09 02:52:13 PDT
Created attachment 61024 [details]
Add missing .idl file to CMakeLists.txt.

Fix suggested by WildFox.
Comment 2 WebKit Commit Bot 2010-07-09 14:52:39 PDT
Comment on attachment 61024 [details]
Add missing .idl file to CMakeLists.txt.

Clearing flags on attachment: 61024

Committed r62998: <http://trac.webkit.org/changeset/62998>
Comment 3 WebKit Commit Bot 2010-07-09 14:52:43 PDT
All reviewed patches have been landed.  Closing bug.