Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[EFL] Unreviewed, EFL build fix after r149416
https://bugs.webkit.org/show_bug.cgi?id=115467

Unreviewed build fix.


* CMakeLists.txt: Remove non-existing file, BinarySemaphore.cpp, from the list.


Canonical link: https://commits.webkit.org/133908@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@149428 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
DongwooIm committed May 1, 2013
1 parent 3d4946f commit 4f74e1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebKit2/CMakeLists.txt
Expand Up @@ -129,7 +129,6 @@ set(WebKit2_SOURCES
Platform/CoreIPC/ArgumentDecoder.cpp
Platform/CoreIPC/ArgumentEncoder.cpp
Platform/CoreIPC/Attachment.cpp
Platform/CoreIPC/BinarySemaphore.cpp
Platform/CoreIPC/Connection.cpp
Platform/CoreIPC/DataReference.cpp
Platform/CoreIPC/MessageDecoder.cpp
Expand Down
9 changes: 9 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
2013-04-30 Dongwoo Joshua Im <dw.im@samsung.com>

[EFL] Unreviewed, EFL build fix after r149416
https://bugs.webkit.org/show_bug.cgi?id=115467

Unreviewed build fix.

* CMakeLists.txt: Remove non-existing file, BinarySemaphore.cpp, from the list.

2013-04-30 Simon Cooper <scooper@apple.com>

ipc-posix-shm backwards compatibility
Expand Down

0 comments on commit 4f74e1d

Please sign in to comment.