Title: [105975] trunk/Source
Revision
105975
Author
zimmerm...@webkit.org
Date
2012-01-26 01:09:35 -0800 (Thu, 26 Jan 2012)

Log Message

2012-01-26  Nikolas Zimmermann  <nzimmerm...@rim.com>

        Not reviewed. Try to fix Qt/Win build by building OwnPtrWin.cpp into the WTF library.

        * WTF.pro:

2012-01-26  Nikolas Zimmermann  <nzimmerm...@rim.com>

        Not reviewed. Try to fix Gtk build - JSShadowRoot.cpp can't be found, fix by looking for it in the derived sources.

        * GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (105974 => 105975)


--- trunk/Source/WTF/ChangeLog	2012-01-26 09:01:21 UTC (rev 105974)
+++ trunk/Source/WTF/ChangeLog	2012-01-26 09:09:35 UTC (rev 105975)
@@ -1,3 +1,9 @@
+2012-01-26  Nikolas Zimmermann  <nzimmerm...@rim.com>
+
+        Not reviewed. Try to fix Qt/Win build by building OwnPtrWin.cpp into the WTF library.
+
+        * WTF.pro:
+
 2012-01-19  Joi Sigurdsson  <j...@chromium.org>
 
         Enable use of precompiled headers in Chromium port on Windows.

Modified: trunk/Source/WTF/WTF.pro (105974 => 105975)


--- trunk/Source/WTF/WTF.pro	2012-01-26 09:01:21 UTC (rev 105974)
+++ trunk/Source/WTF/WTF.pro	2012-01-26 09:09:35 UTC (rev 105975)
@@ -220,6 +220,7 @@
     ThreadingPthreads.cpp
 
 win*|wince*: SOURCES += \
+    win/OwnPtrWin.cpp \
     OSAllocatorWin.cpp \
     ThreadSpecificWin.cpp \
     ThreadingWin.cpp

Modified: trunk/Source/WebCore/ChangeLog (105974 => 105975)


--- trunk/Source/WebCore/ChangeLog	2012-01-26 09:01:21 UTC (rev 105974)
+++ trunk/Source/WebCore/ChangeLog	2012-01-26 09:09:35 UTC (rev 105975)
@@ -1,3 +1,9 @@
+2012-01-26  Nikolas Zimmermann  <nzimmerm...@rim.com>
+
+        Not reviewed. Try to fix Gtk build - JSShadowRoot.cpp can't be found, fix by looking for it in the derived sources.
+
+        * GNUmakefile.list.am:
+
 2012-01-24  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: Improve user experience of advanced search panel closing.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (105974 => 105975)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-01-26 09:01:21 UTC (rev 105974)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-01-26 09:09:35 UTC (rev 105975)
@@ -467,6 +467,8 @@
 	DerivedSources/WebCore/JSScriptProfile.h \
 	DerivedSources/WebCore/JSScriptProfileNode.cpp \
 	DerivedSources/WebCore/JSScriptProfileNode.h \
+	DerivedSources/WebCore/JSShadowRoot.cpp \
+	DerivedSources/WebCore/JSShadowRoot.h \
 	DerivedSources/WebCore/JSSharedWorkerContext.cpp \
 	DerivedSources/WebCore/JSSharedWorkerContext.h \
 	DerivedSources/WebCore/JSSharedWorker.cpp \
@@ -1156,8 +1158,6 @@
 	Source/WebCore/bindings/js/JSSVGLengthCustom.cpp \
 	Source/WebCore/bindings/js/JSSVGPathSegCustom.cpp \
 	Source/WebCore/bindings/js/JSScriptProfileNodeCustom.cpp \
-	Source/WebCore/bindings/js/JSShadowRoot.h \
-	Source/WebCore/bindings/js/JSShadowRoot.cpp \
 	Source/WebCore/bindings/js/JSSharedWorkerCustom.cpp \
 	Source/WebCore/bindings/js/JSStorageCustom.cpp \
 	Source/WebCore/bindings/js/JSStorageCustom.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to