From a7bdc3fab79111fec7a9fba10ec986ea673be038 Mon Sep 17 00:00:00 2001 From: beidson Date: Tue, 12 Sep 2006 03:53:45 +0000 Subject: [PATCH] Despite the fact that some people built okay without this change, it sure was biting me, probably because I just wiped my build directory for a fresh build - Today's earlier removal of DOMList.h needed to occur in MigrateHeaders.make, as well * MigrateHeaders.make: removed DOMList.h git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16313 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKit/ChangeLog | 8 ++++++++ WebKit/MigrateHeaders.make | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog index 9005bb2b9973..04fccc12a111 100644 --- a/WebKit/ChangeLog +++ b/WebKit/ChangeLog @@ -1,3 +1,11 @@ +2006-09-11 Brady Eidson + + Despite the fact that some people built okay without this change, it sure was biting me, + probably because I just wiped my build directory for a fresh build - + Today's earlier removal of DOMList.h needed to occur in MigrateHeaders.make, as well + + * MigrateHeaders.make: removed DOMList.h + 2006-09-10 Darin Adler Reviewed by Brady. diff --git a/WebKit/MigrateHeaders.make b/WebKit/MigrateHeaders.make index aaa7069d0777..d0bffa6c05f2 100644 --- a/WebKit/MigrateHeaders.make +++ b/WebKit/MigrateHeaders.make @@ -149,7 +149,6 @@ all : \ $(PUBLIC_HEADERS_DIR)/DOMHTMLUListElement.h \ $(PUBLIC_HEADERS_DIR)/DOMKeyboardEvent.h \ $(PRIVATE_HEADERS_DIR)/DOMKeyboardEventPrivate.h \ - $(PUBLIC_HEADERS_DIR)/DOMList.h \ $(PUBLIC_HEADERS_DIR)/DOMMediaList.h \ $(PUBLIC_HEADERS_DIR)/DOMMouseEvent.h \ $(PRIVATE_HEADERS_DIR)/DOMMouseEventPrivate.h \ -- 2.36.0