Title: [93098] trunk/Source/WebCore
Revision
93098
Author
[email protected]
Date
2011-08-16 07:39:23 -0700 (Tue, 16 Aug 2011)

Log Message

Web Inspector: nuke background events collection (dead feature)
https://bugs.webkit.org/show_bug.cgi?id=66296

Fix the GTK build after r93095.

Unreviewed build fix.

No new tests neede.

* GNUmakefile.list.am: Remove nonexistent sources.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93097 => 93098)


--- trunk/Source/WebCore/ChangeLog	2011-08-16 14:26:27 UTC (rev 93097)
+++ trunk/Source/WebCore/ChangeLog	2011-08-16 14:39:23 UTC (rev 93098)
@@ -1,5 +1,18 @@
 2011-08-16  Andras Becsi  <[email protected]>
 
+        Web Inspector: nuke background events collection (dead feature)
+        https://bugs.webkit.org/show_bug.cgi?id=66296
+
+        Fix the GTK build after r93095.
+
+        Unreviewed build fix.
+
+        No new tests neede.
+
+        * GNUmakefile.list.am: Remove nonexistent sources.
+
+2011-08-16  Andras Becsi  <[email protected]>
+
         Reviewed by Csaba Osztrogonác.
 
         Need AtomicStrings for the various font family names

Modified: trunk/Source/WebCore/GNUmakefile.list.am (93097 => 93098)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-08-16 14:26:27 UTC (rev 93097)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-08-16 14:39:23 UTC (rev 93098)
@@ -1961,8 +1961,6 @@
 	Source/WebCore/inspector/ConsoleMessage.h \
 	Source/WebCore/inspector/DOMNodeHighlighter.cpp \
 	Source/WebCore/inspector/DOMNodeHighlighter.h \
-	Source/WebCore/inspector/EventsCollector.cpp \
-	Source/WebCore/inspector/EventsCollector.h \
 	Source/WebCore/inspector/IdentifiersFactory.cpp \
 	Source/WebCore/inspector/IdentifiersFactory.h \
 	Source/WebCore/inspector/InjectedScript.cpp \
@@ -2005,8 +2003,6 @@
 	Source/WebCore/inspector/InspectorFrontendClientLocal.h \
 	Source/WebCore/inspector/InspectorFrontendHost.cpp \
 	Source/WebCore/inspector/InspectorFrontendHost.h \
-	Source/WebCore/inspector/InspectorFrontendProxy.cpp \
-	Source/WebCore/inspector/InspectorFrontendProxy.h \
 	Source/WebCore/inspector/InspectorInstrumentation.cpp \
 	Source/WebCore/inspector/InspectorInstrumentation.h \
 	Source/WebCore/inspector/InspectorPageAgent.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to