Title: [118671] trunk/Source/_javascript_Core
Revision
118671
Author
carlo...@webkit.org
Date
2012-05-28 03:21:31 -0700 (Mon, 28 May 2012)

Log Message

Unreviewed. Fix make distcheck.

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

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (118670 => 118671)


--- trunk/Source/_javascript_Core/ChangeLog	2012-05-28 10:20:35 UTC (rev 118670)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-05-28 10:21:31 UTC (rev 118671)
@@ -1,3 +1,9 @@
+2012-05-28  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-05-27  Geoffrey Garen  <gga...@apple.com>
 
         Weak pointer finalization should be lazy

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (118670 => 118671)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-05-28 10:20:35 UTC (rev 118670)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-05-28 10:21:31 UTC (rev 118671)
@@ -537,6 +537,7 @@
 	Source/_javascript_Core/runtime/Operations.h \
 	Source/_javascript_Core/runtime/Options.cpp \
 	Source/_javascript_Core/runtime/Options.h \
+	Source/_javascript_Core/runtime/PrivateName.h \
 	Source/_javascript_Core/runtime/PropertyDescriptor.cpp \
 	Source/_javascript_Core/runtime/PropertyDescriptor.h \
 	Source/_javascript_Core/runtime/PropertyMapHashTable.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to