Title: [139465] trunk/Source/WebCore
Revision
139465
Author
carlo...@webkit.org
Date
2013-01-11 11:11:12 -0800 (Fri, 11 Jan 2013)

Log Message

Unreviewed. Fix make distcheck.

* GNUmakefile.list.am: Add missing header files.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (139464 => 139465)


--- trunk/Source/WebCore/ChangeLog	2013-01-11 19:08:47 UTC (rev 139464)
+++ trunk/Source/WebCore/ChangeLog	2013-01-11 19:11:12 UTC (rev 139465)
@@ -1,3 +1,9 @@
+2013-01-11  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header files.
+
 2013-01-11  Xianzhu Wang  <wangxian...@chromium.org>
 
         RenderLayerCompositor should let ScrollingCoordinator update main thread scrolling reasons after change of layers

Modified: trunk/Source/WebCore/GNUmakefile.list.am (139464 => 139465)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-01-11 19:08:47 UTC (rev 139464)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-01-11 19:11:12 UTC (rev 139465)
@@ -1993,7 +1993,7 @@
 	Source/WebCore/Modules/notifications/NotificationPermissionCallback.h \
 	Source/WebCore/Modules/notifications/WorkerContextNotifications.cpp \
 	Source/WebCore/Modules/notifications/WorkerContextNotifications.h \
-	Source/WebCore/Modules/proximity/DeviceProximity.h \
+	Source/WebCore/Modules/proximity/DeviceProximityClient.h \
 	Source/WebCore/Modules/proximity/DeviceProximityController.cpp \
 	Source/WebCore/Modules/proximity/DeviceProximityController.h \
 	Source/WebCore/Modules/proximity/DeviceProximityEvent.cpp \
@@ -2703,6 +2703,7 @@
 	Source/WebCore/dom/Attr.cpp \
 	Source/WebCore/dom/Attr.h \
 	Source/WebCore/dom/Attribute.h \
+	Source/WebCore/dom/AutocompleteErrorEvent.h \
 	Source/WebCore/dom/BeforeLoadEvent.h \
 	Source/WebCore/dom/BeforeTextInsertedEvent.cpp \
 	Source/WebCore/dom/BeforeTextInsertedEvent.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to