Title: [153922] trunk/Source
Revision
153922
Author
[email protected]
Date
2013-08-11 08:16:14 -0700 (Sun, 11 Aug 2013)

Log Message

Unreviewed. Fix make distcheck.

Source/WebCore:

* GNUmakefile.list.am: Remove unexistent header file.

Source/WTF:

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

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (153921 => 153922)


--- trunk/Source/WTF/ChangeLog	2013-08-10 15:45:23 UTC (rev 153921)
+++ trunk/Source/WTF/ChangeLog	2013-08-11 15:16:14 UTC (rev 153922)
@@ -1,3 +1,9 @@
+2013-08-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2013-08-09  Christophe Dumez  <[email protected]>
 
         Make atob() throw an InvalidCharacterError on excess padding characters

Modified: trunk/Source/WTF/GNUmakefile.list.am (153921 => 153922)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-08-10 15:45:23 UTC (rev 153921)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-08-11 15:16:14 UTC (rev 153922)
@@ -188,6 +188,7 @@
     Source/WTF/wtf/WTFThreadData.cpp \
     Source/WTF/wtf/WTFThreadData.h \
     Source/WTF/wtf/WeakPtr.h \
+    Source/WTF/wtf/WindowsExtras.h \
     Source/WTF/wtf/dtoa.cpp \
     Source/WTF/wtf/dtoa.h \
     Source/WTF/wtf/dtoa/bignum-dtoa.cc \

Modified: trunk/Source/WebCore/ChangeLog (153921 => 153922)


--- trunk/Source/WebCore/ChangeLog	2013-08-10 15:45:23 UTC (rev 153921)
+++ trunk/Source/WebCore/ChangeLog	2013-08-11 15:16:14 UTC (rev 153922)
@@ -1,3 +1,9 @@
+2013-08-11  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Remove unexistent header file.
+
 2013-08-09  Gustavo Noronha Silva  <[email protected]>
 
         [GObject] Wrap KeyboardEvent

Modified: trunk/Source/WebCore/GNUmakefile.list.am (153921 => 153922)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-08-10 15:45:23 UTC (rev 153921)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-08-11 15:16:14 UTC (rev 153922)
@@ -6320,7 +6320,6 @@
 	Source/WebCore/platform/win/SystemInfo.h \
 	Source/WebCore/platform/win/WebCoreInstanceHandle.cpp \
 	Source/WebCore/platform/win/WebCoreInstanceHandle.h \
-	Source/WebCore/platform/win/WindowsExtras.h \
 	Source/WebCore/plugins/win/PluginDatabaseWin.cpp \
 	Source/WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
 	Source/WebCore/plugins/win/PluginMessageThrottlerWin.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to