Title: [109735] trunk/Source
Revision
109735
Author
[email protected]
Date
2012-03-05 05:57:12 -0800 (Mon, 05 Mar 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

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

Source/WebCore:

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

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (109734 => 109735)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-05 13:29:47 UTC (rev 109734)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-05 13:57:12 UTC (rev 109735)
@@ -1,3 +1,9 @@
+2012-03-05  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-03-05  Andy Wingo  <[email protected]>
 
         WTF: Micro-optimize cleanup of empty vectors and hash tables

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (109734 => 109735)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-03-05 13:29:47 UTC (rev 109734)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-03-05 13:57:12 UTC (rev 109735)
@@ -311,6 +311,7 @@
 	Source/_javascript_Core/jit/JITCall32_64.cpp \
 	Source/_javascript_Core/jit/JITCall.cpp \
 	Source/_javascript_Core/jit/JITCode.h \
+	Source/_javascript_Core/jit/JITCompilationEffort.h \
 	Source/_javascript_Core/jit/JITDriver.h \
 	Source/_javascript_Core/jit/JIT.cpp \
 	Source/_javascript_Core/jit/JIT.h \

Modified: trunk/Source/WebCore/ChangeLog (109734 => 109735)


--- trunk/Source/WebCore/ChangeLog	2012-03-05 13:29:47 UTC (rev 109734)
+++ trunk/Source/WebCore/ChangeLog	2012-03-05 13:57:12 UTC (rev 109735)
@@ -1,3 +1,9 @@
+2012-03-05  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header file.
+
 2012-03-05  Alexander Pavlov  <[email protected]>
 
         Web Inspector: Incorrect appropriateSelectorFor() suggestion for when a DOMNode has more than 2 CSS classes

Modified: trunk/Source/WebCore/GNUmakefile.list.am (109734 => 109735)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-03-05 13:29:47 UTC (rev 109734)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-03-05 13:57:12 UTC (rev 109735)
@@ -3363,6 +3363,7 @@
 	Source/WebCore/platform/PlatformEvent.cpp \
 	Source/WebCore/platform/PlatformEvent.h \
 	Source/WebCore/platform/PlatformExportMacros.h \
+	Source/WebCore/platform/PlatformGestureEvent.h \
 	Source/WebCore/platform/PlatformKeyboardEvent.h \
 	Source/WebCore/platform/PlatformMenuDescription.h \
 	Source/WebCore/platform/PlatformMouseEvent.h \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to