Title: [134246] trunk/Source
Revision
134246
Author
[email protected]
Date
2012-11-12 08:43:14 -0800 (Mon, 12 Nov 2012)

Log Message

Unreviewed. Fix make distcheck.

Source/_javascript_Core:

* GNUmakefile.list.am: Add missing header.

Source/WebCore:

* GNUmakefile.am: Remove editing from IDL_PATH since it doesn't
contain idl files anymore.
* GNUmakefile.list.am: Add missing header files.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (134245 => 134246)


--- trunk/Source/_javascript_Core/ChangeLog	2012-11-12 16:34:45 UTC (rev 134245)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-11-12 16:43:14 UTC (rev 134246)
@@ -1,3 +1,9 @@
+2012-11-12  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header.
+
 2012-11-11  Michael Pruett  <[email protected]>
 
         Fix assertion failure in JSObject::tryGetIndexQuickly()

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (134245 => 134246)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-11-12 16:34:45 UTC (rev 134245)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-11-12 16:43:14 UTC (rev 134246)
@@ -164,6 +164,7 @@
 	Source/_javascript_Core/dfg/DFGAssemblyHelpers.cpp \
 	Source/_javascript_Core/dfg/DFGAssemblyHelpers.h \
 	Source/_javascript_Core/dfg/DFGBasicBlock.h \
+	Source/_javascript_Core/dfg/DFGBranchDirection.h \
 	Source/_javascript_Core/dfg/DFGByteCodeCache.h \
 	Source/_javascript_Core/dfg/DFGByteCodeParser.cpp \
 	Source/_javascript_Core/dfg/DFGByteCodeParser.h \

Modified: trunk/Source/WebCore/ChangeLog (134245 => 134246)


--- trunk/Source/WebCore/ChangeLog	2012-11-12 16:34:45 UTC (rev 134245)
+++ trunk/Source/WebCore/ChangeLog	2012-11-12 16:43:14 UTC (rev 134246)
@@ -1,3 +1,11 @@
+2012-11-12  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.am: Remove editing from IDL_PATH since it doesn't
+        contain idl files anymore.
+        * GNUmakefile.list.am: Add missing header files.
+
 2012-11-12  Tommy Widenflycht  <[email protected]>
 
         MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level

Modified: trunk/Source/WebCore/GNUmakefile.am (134245 => 134246)


--- trunk/Source/WebCore/GNUmakefile.am	2012-11-12 16:34:45 UTC (rev 134245)
+++ trunk/Source/WebCore/GNUmakefile.am	2012-11-12 16:43:14 UTC (rev 134246)
@@ -552,7 +552,6 @@
     $(WebCore)/bindings/js \
     $(WebCore)/css \
     $(WebCore)/dom \
-    $(WebCore)/editing \
     $(WebCore)/fileapi \
     $(WebCore)/html \
     $(WebCore)/html/canvas \

Modified: trunk/Source/WebCore/GNUmakefile.list.am (134245 => 134246)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-11-12 16:34:45 UTC (rev 134245)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-11-12 16:43:14 UTC (rev 134246)
@@ -2475,6 +2475,7 @@
 	Source/WebCore/config.h \
 	Source/WebCore/css/BasicShapeFunctions.cpp \
 	Source/WebCore/css/BasicShapeFunctions.h \
+	Source/WebCore/css/CachedSVGDocumentReference.h \
 	Source/WebCore/css/Counter.h \
 	Source/WebCore/css/CSSAspectRatioValue.cpp \
 	Source/WebCore/css/CSSAspectRatioValue.h \
@@ -4087,6 +4088,8 @@
 	Source/WebCore/page/scrolling/ScrollingCoordinator.h \
 	Source/WebCore/page/scrolling/ScrollingStateNode.cpp \
 	Source/WebCore/page/scrolling/ScrollingStateNode.h \
+	Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp \
+	Source/WebCore/page/scrolling/ScrollingStateFixedNode.h \
 	Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp \
 	Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h \
 	Source/WebCore/page/scrolling/ScrollingStateTree.cpp \
@@ -5774,6 +5777,7 @@
 	Source/WebCore/workers/SharedWorker.cpp \
 	Source/WebCore/workers/SharedWorker.h \
 	Source/WebCore/workers/SharedWorkerRepository.h \
+	Source/WebCore/workers/SharedWorkerStrategy.h \
 	Source/WebCore/workers/SharedWorkerThread.cpp \
 	Source/WebCore/workers/SharedWorkerThread.h \
 	Source/WebCore/workers/WorkerContext.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to