Title: [155483] trunk/Source/WTF
- Revision
- 155483
- Author
- [email protected]
- Date
- 2013-09-10 15:31:48 -0700 (Tue, 10 Sep 2013)
Log Message
Unreviewed build fix after r155476.
* GNUmakefile.list.am: Remove reference to deleted OwnPtrWin.cpp file.
* WTF.pro: Ditto.
* wtf/CMakeLists.txt: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (155482 => 155483)
--- trunk/Source/WTF/ChangeLog 2013-09-10 22:16:00 UTC (rev 155482)
+++ trunk/Source/WTF/ChangeLog 2013-09-10 22:31:48 UTC (rev 155483)
@@ -1,5 +1,13 @@
2013-09-10 Brent Fulgham <[email protected]>
+ Unreviewed build fix after r155476.
+
+ * GNUmakefile.list.am: Remove reference to deleted OwnPtrWin.cpp file.
+ * WTF.pro: Ditto.
+ * wtf/CMakeLists.txt: Ditto.
+
+2013-09-10 Brent Fulgham <[email protected]>
+
[Windows] Create SharedGDIObject Class Template
https://bugs.webkit.org/show_bug.cgi?id=121037
Modified: trunk/Source/WTF/GNUmakefile.list.am (155482 => 155483)
--- trunk/Source/WTF/GNUmakefile.list.am 2013-09-10 22:16:00 UTC (rev 155482)
+++ trunk/Source/WTF/GNUmakefile.list.am 2013-09-10 22:31:48 UTC (rev 155483)
@@ -253,5 +253,4 @@
Source/WTF/wtf/unicode/Unicode.h \
Source/WTF/wtf/unicode/UnicodeMacrosFromICU.h \
Source/WTF/wtf/unicode/icu/CollatorICU.cpp \
- Source/WTF/wtf/unicode/icu/UnicodeIcu.h \
- Source/WTF/wtf/win/OwnPtrWin.cpp
+ Source/WTF/wtf/unicode/icu/UnicodeIcu.h
Modified: trunk/Source/WTF/WTF.pro (155482 => 155483)
--- trunk/Source/WTF/WTF.pro 2013-09-10 22:16:00 UTC (rev 155482)
+++ trunk/Source/WTF/WTF.pro 2013-09-10 22:31:48 UTC (rev 155483)
@@ -238,7 +238,6 @@
ThreadingPthreads.cpp
win*|wince*: SOURCES += \
- win/OwnPtrWin.cpp \
OSAllocatorWin.cpp \
ThreadSpecificWin.cpp \
ThreadingWin.cpp
Modified: trunk/Source/WTF/wtf/CMakeLists.txt (155482 => 155483)
--- trunk/Source/WTF/wtf/CMakeLists.txt 2013-09-10 22:16:00 UTC (rev 155482)
+++ trunk/Source/WTF/wtf/CMakeLists.txt 2013-09-10 22:31:48 UTC (rev 155483)
@@ -250,8 +250,6 @@
OSAllocatorWin.cpp
ThreadSpecificWin.cpp
ThreadingWin.cpp
-
- win/OwnPtrWin.cpp
)
else ()
list(APPEND WTF_HEADERS
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes