Title: [97239] trunk/Source/WebCore
Revision
97239
Author
[email protected]
Date
2011-10-12 00:33:04 -0700 (Wed, 12 Oct 2011)

Log Message

Build fixes for r97238.
https://bugs.webkit.org/show_bug.cgi?id=69828

* GNUmakefile.list.am: Remove SelectElement.{cpp,h}.
* dom/DOMAllInOne.cpp: Remove SelectElement.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97238 => 97239)


--- trunk/Source/WebCore/ChangeLog	2011-10-12 07:14:12 UTC (rev 97238)
+++ trunk/Source/WebCore/ChangeLog	2011-10-12 07:33:04 UTC (rev 97239)
@@ -1,5 +1,13 @@
 2011-10-12  Kent Tamura  <[email protected]>
 
+        Build fixes for r97238.
+        https://bugs.webkit.org/show_bug.cgi?id=69828
+
+        * GNUmakefile.list.am: Remove SelectElement.{cpp,h}.
+        * dom/DOMAllInOne.cpp: Remove SelectElement.cpp.
+
+2011-10-12  Kent Tamura  <[email protected]>
+
         Move the content of SelectElementData into HTMLSelectElement, and remove SelectElement.{cpp,h}
         https://bugs.webkit.org/show_bug.cgi?id=69828
 

Modified: trunk/Source/WebCore/GNUmakefile.list.am (97238 => 97239)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-10-12 07:14:12 UTC (rev 97238)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-10-12 07:33:04 UTC (rev 97239)
@@ -1297,8 +1297,6 @@
 	Source/WebCore/dom/ScriptExecutionContext.h \
 	Source/WebCore/dom/ScriptRunner.cpp \
 	Source/WebCore/dom/ScriptRunner.h \
-	Source/WebCore/dom/SelectElement.cpp \
-	Source/WebCore/dom/SelectElement.h \
 	Source/WebCore/dom/SelectorQuery.cpp \
 	Source/WebCore/dom/SelectorQuery.h \
 	Source/WebCore/dom/ShadowContentElement.cpp \

Modified: trunk/Source/WebCore/dom/DOMAllInOne.cpp (97238 => 97239)


--- trunk/Source/WebCore/dom/DOMAllInOne.cpp	2011-10-12 07:14:12 UTC (rev 97238)
+++ trunk/Source/WebCore/dom/DOMAllInOne.cpp	2011-10-12 07:33:04 UTC (rev 97239)
@@ -114,7 +114,6 @@
 #include "ScriptExecutionContext.cpp"
 #include "ScriptRunner.cpp"
 #include "ScriptableDocumentParser.cpp"
-#include "SelectElement.cpp"
 #include "SelectorQuery.cpp"
 #include "ShadowContentElement.cpp"
 #include "ShadowInclusionSelector.cpp"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to