From b2e63a6e70dbc785160a5a4688030647d6c48603 Mon Sep 17 00:00:00 2001 From: "zecke@webkit.org" Date: Tue, 6 Jan 2009 16:13:31 +0000 Subject: [PATCH] Speculative build fix for Gtk+ git-svn-id: http://svn.webkit.org/repository/webkit/trunk@39653 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- JavaScriptCore/ChangeLog | 8 ++++++++ JavaScriptCore/GNUmakefile.am | 2 ++ 2 files changed, 10 insertions(+) diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog index 5910aabfd5d..d09c38f5975 100644 --- a/JavaScriptCore/ChangeLog +++ b/JavaScriptCore/ChangeLog @@ -1,3 +1,11 @@ +2009-01-06 Holger Hans Peter Freyther + + Reviewed by NOBODY (Speculative build fix). + + AllInOneFile.cpp does not include the JSByteArray.cpp include it... + + * GNUmakefile.am: + 2009-01-05 Oliver Hunt Reviewed by NOBODY (Build fix). diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am index 0edc60b8040..d820598fe60 100644 --- a/JavaScriptCore/GNUmakefile.am +++ b/JavaScriptCore/GNUmakefile.am @@ -428,6 +428,8 @@ javascriptcore_built_nosources += \ DerivedSources/Grammar.h javascriptcore_sources += \ + JavaScriptCore/runtime/JSByteArray.cpp \ + JavaScriptCore/runtime/JSByteArray.h \ JavaScriptCore/AllInOneFile.cpp endif # END ENABLE_DEBUG -- GitLab