From: mrowe@apple.com Date: Sat, 15 Dec 2007 23:31:23 +0000 (+0000) Subject: Gtk build fix. Add JSEventTargetBase.cpp to SOURCES. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=6e585f7923fb5fb635d4f9b16cf4df101b4e9175;ds=sidebyside Gtk build fix. Add JSEventTargetBase.cpp to SOURCES. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28759 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index e45e59857f81..91095d5cfe9b 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2007-12-15 Mark Rowe + + Gtk build fix. Add JSEventTargetBase.cpp to SOURCES. + + * WebCore.pro: + 2007-12-15 Sam Weinig Fix wx build. diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro index 2d5db7bea6d6..329a443f6c0a 100644 --- a/WebCore/WebCore.pro +++ b/WebCore/WebCore.pro @@ -381,6 +381,7 @@ SOURCES += \ bindings/js/JSDOMWindowCustom.cpp \ bindings/js/JSElementCustom.cpp \ bindings/js/JSEventCustom.cpp \ + bindings/js/JSEventTargetBase.cpp \ bindings/js/JSEventTargetNode.cpp \ bindings/js/JSHTMLAppletElementCustom.cpp \ bindings/js/JSHTMLCollectionCustom.cpp \