Bug 41945

Summary: Building WebCore fails with: error: JSTimeRanges.h: No such file or directory
Product: WebKit Reporter: zub
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Add missing .idl file to CMakeLists.txt. none

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.