Bug 134205 - Fix build when USER_MESSAGE_HANDLERS is enabled
Summary: Fix build when USER_MESSAGE_HANDLERS is enabled
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-23 12:01 PDT by Adrian Perez
Modified: 2014-06-25 09:42 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.26 KB, patch)
2014-06-23 12:23 PDT, Adrian Perez
fpizlo: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Perez 2014-06-23 12:01:27 PDT
Fix build when USER_MESSAGE_HANDLERS is enabled
Comment 1 Adrian Perez 2014-06-23 12:23:04 PDT
Created attachment 233625 [details]
Patch
Comment 2 WebKit Commit Bot 2014-06-23 13:12:11 PDT
Comment on attachment 233625 [details]
Patch

Rejecting attachment 233625 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'build', '--no-clean', '--no-update', '--build-style=release', '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
 -c /Volumes/Data/EWS/WebKit/WebKitBuild/Release/DerivedSources/WebCore/JSEntityReference.cpp -o /Volumes/Data/EWS/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/JSEntityReference.o

** BUILD FAILED **


The following build commands failed:
	CompileC /Volumes/Data/EWS/WebKit/WebKitBuild/WebCore.build/Release/WebCore.build/Objects-normal/x86_64/JSDOMWindowBase.o bindings/js/JSDOMWindowBase.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Full output: http://webkit-queues.appspot.com/results/6003043048882176
Comment 3 Adrian Perez 2014-06-25 09:42:11 PDT
Okay, my bad, JSWebKitNamespace.{h,cpp} are derived sources which should be
generated during the build. What we really need to do is generate those for
the GTK port.

Closing the bug, as it is not really a bug. Sorry for the noise!