Bug 44864 - [GTK] REGRESSION(r66365): build break because of missing idl
Summary: [GTK] REGRESSION(r66365): build break because of missing idl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 04:06 PDT by Ryuan Choi
Modified: 2010-09-16 04:24 PDT (History)
1 user (show)

See Also:


Attachments
Patch (965 bytes, patch)
2010-08-30 04:13 PDT, Ryuan Choi
no flags Details | Formatted Diff | Diff
Patch (969 bytes, patch)
2010-08-30 04:21 PDT, Ryuan Choi
ryuan.choi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryuan Choi 2010-08-30 04:06:49 PDT
I got a below message when build webkit-gtk

make: *** No rule to make target `DerivedSources/WebCore/JSBlobBuilder.cpp', needed by `all'.  Stop.

r66365 move Blob.idl to fileapi/ from html/
so IDL_PATH in WebCore/GNUMakefile.am should have fileapi/
Comment 1 Ryuan Choi 2010-08-30 04:13:03 PDT
Created attachment 65903 [details]
Patch
Comment 2 Ryuan Choi 2010-08-30 04:21:53 PDT
Created attachment 65905 [details]
Patch
Comment 3 Martin Robinson 2010-08-30 15:19:37 PDT
Thanks for submitting this patch, but I believe it is already fixed in HEAD.
Comment 4 Ryuan Choi 2010-08-30 17:52:04 PDT
yes I saw, I don't know who add to fix :)
anyway this is already fixed.