Title: [105054] trunk/Source
Revision
105054
Author
[email protected]
Date
2012-01-16 04:25:55 -0800 (Mon, 16 Jan 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

* GNUmakefile.list.am: Fix typo.

Source/WebCore:

* GNUmakefile.list.am: Add missing files.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (105053 => 105054)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-16 12:19:41 UTC (rev 105053)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-16 12:25:55 UTC (rev 105054)
@@ -1,3 +1,9 @@
+2012-01-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Fix typo.
+
 2012-01-16  Pavel Heimlich  <[email protected]>
 
         Solaris Studio supports alignment macros too

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (105053 => 105054)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-01-16 12:19:41 UTC (rev 105053)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-01-16 12:25:55 UTC (rev 105054)
@@ -94,7 +94,7 @@
 	Source/_javascript_Core/bytecode/EvalCodeCache.h \
 	Source/_javascript_Core/bytecode/ExpressionRangeInfo.h \
 	Source/_javascript_Core/bytecode/GlobalResolveInfo.h \
-	Source/_javascript_Core/bytecode/HandelerInfo.h \
+	Source/_javascript_Core/bytecode/HandlerInfo.h \
 	Source/_javascript_Core/bytecode/Instruction.h \
 	Source/_javascript_Core/bytecode/JumpTable.cpp \
 	Source/_javascript_Core/bytecode/JumpTable.h \

Modified: trunk/Source/WebCore/ChangeLog (105053 => 105054)


--- trunk/Source/WebCore/ChangeLog	2012-01-16 12:19:41 UTC (rev 105053)
+++ trunk/Source/WebCore/ChangeLog	2012-01-16 12:25:55 UTC (rev 105054)
@@ -1,3 +1,9 @@
+2012-01-16  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing files.
+
 2012-01-16  Roland Steiner  <[email protected]>
 
         CSSStyleSelector constructor and appendAuthorStylesheets() contain duplicated code

Modified: trunk/Source/WebCore/GNUmakefile.list.am (105053 => 105054)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-01-16 12:19:41 UTC (rev 105053)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-01-16 12:25:55 UTC (rev 105054)
@@ -2381,6 +2381,8 @@
 	Source/WebCore/inspector/InspectorFrontendClientLocal.h \
 	Source/WebCore/inspector/InspectorFrontendHost.cpp \
 	Source/WebCore/inspector/InspectorFrontendHost.h \
+	Source/WebCore/inspector/InspectorIndexedDBAgent.h \
+	Source/WebCore/inspector/InspectorIndexedDBAgent.cpp \
 	Source/WebCore/inspector/InspectorInstrumentation.cpp \
 	Source/WebCore/inspector/InspectorInstrumentation.h \
 	Source/WebCore/inspector/InspectorMemoryAgent.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to