Unreviewed. Fix make distcheck issues.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 11:16:06 +0000 (11:16 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Apr 2012 11:16:06 +0000 (11:16 +0000)
Source/JavaScriptCore:

* GNUmakefile.list.am: Add missing file.

Source/WebCore:

* GNUmakefile.list.am: Remove duplicated files and add missing
header.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112855 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/GNUmakefile.list.am
Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am

index e42e78b..50b7b7f 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-02  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing file.
+
 2012-04-01  Darin Adler  <darin@apple.com>
 
         Fix incorrect path for libWTF.a in Mac project file.
index d667c1f..012a83c 100644 (file)
@@ -489,6 +489,7 @@ javascriptcore_sources += \
        Source/JavaScriptCore/runtime/LiteralParser.h \
        Source/JavaScriptCore/runtime/Lookup.cpp \
        Source/JavaScriptCore/runtime/Lookup.h \
+       Source/JavaScriptCore/runtime/MatchResult.h \
        Source/JavaScriptCore/runtime/MathObject.cpp \
        Source/JavaScriptCore/runtime/MathObject.h \
        Source/JavaScriptCore/runtime/MemoryStatistics.h \
index 88f20ba..272d76c 100644 (file)
@@ -1,3 +1,10 @@
+2012-04-02  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Remove duplicated files and add missing
+        header.
+
 2012-04-02  Levi Weintraub  <leviw@chromium.org>
 
         Add rounding to Plugin creation in SubframeLoader
index 3b2f475..7971374 100644 (file)
@@ -904,7 +904,6 @@ dom_binding_idls += \
        $(WebCore)/html/canvas/WebGLUniformLocation.idl \
        $(WebCore)/html/canvas/WebGLVertexArrayObjectOES.idl \
        $(WebCore)/html/shadow/HTMLContentElement.idl \
-       $(WebCore)/html/shadow/HTMLShadowElement.idl \
        $(WebCore)/html/track/TextTrack.idl \
        $(WebCore)/html/track/TextTrackCue.idl \
        $(WebCore)/html/track/TextTrackCueList.idl \
@@ -2478,8 +2477,6 @@ webcore_sources += \
        Source/WebCore/html/shadow/HTMLContentElement.h \
        Source/WebCore/html/shadow/HTMLContentSelector.cpp \
        Source/WebCore/html/shadow/HTMLContentSelector.h \
-       Source/WebCore/html/shadow/HTMLShadowElement.cpp \
-       Source/WebCore/html/shadow/HTMLShadowElement.h \
        Source/WebCore/html/shadow/InsertionPoint.cpp \
        Source/WebCore/html/shadow/InsertionPoint.h \
        Source/WebCore/html/shadow/MediaControls.cpp \
@@ -3477,6 +3474,7 @@ webcore_sources += \
        Source/WebCore/platform/PlatformKeyboardEvent.h \
        Source/WebCore/platform/PlatformMenuDescription.h \
        Source/WebCore/platform/PlatformMouseEvent.h \
+       Source/WebCore/platform/PlatformPasteboard.h \
        Source/WebCore/platform/PlatformScreen.h \
        Source/WebCore/platform/PlatformStrategies.cpp \
        Source/WebCore/platform/PlatformStrategies.h \