From: commit-queue@webkit.org Date: Mon, 11 Apr 2011 16:35:00 +0000 (+0000) Subject: 2011-04-11 Sergio Villar Senin X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=69428c94434d52587f4de530d332c17b2e723c86 2011-04-11 Sergio Villar Senin Reviewed by Martin Robinson. [GTK] Fix make distcheck https://bugs.webkit.org/show_bug.cgi?id=58224 Removed a file that is no longer in the source tree. * GNUmakefile.list.am: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@83446 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index e6ce1bd..09231a8 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,14 @@ +2011-04-11 Sergio Villar Senin + + Reviewed by Martin Robinson. + + [GTK] Fix make distcheck + https://bugs.webkit.org/show_bug.cgi?id=58224 + + Removed a file that is no longer in the source tree. + + * GNUmakefile.list.am: + 2011-04-11 Dimitri Glazkov Reviewed by Martin Robinson. diff --git a/Source/WebCore/GNUmakefile.list.am b/Source/WebCore/GNUmakefile.list.am index bf7d36e..6016a8b 100644 --- a/Source/WebCore/GNUmakefile.list.am +++ b/Source/WebCore/GNUmakefile.list.am @@ -1305,7 +1305,6 @@ webcore_sources += \ Source/WebCore/editing/CompositeEditCommand.h \ Source/WebCore/editing/CreateLinkCommand.cpp \ Source/WebCore/editing/CreateLinkCommand.h \ - Source/WebCore/editing/CorrectionPanelInfo.h \ Source/WebCore/editing/DeleteButtonController.cpp \ Source/WebCore/editing/DeleteButtonController.h \ Source/WebCore/editing/DeleteButton.cpp \