Skip to content

Commit aab0d7c

Browse files
Typo fix after r188842.
* CMakeLists.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@188843 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 6ba1ab2 commit aab0d7c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Source/WebKit2/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ set(WebKit2_SOURCES
302302
Shared/API/c/WKURL.cpp
303303
Shared/API/c/WKURLRequest.cpp
304304
Shared/API/c/WKURLResponse.cpp
305-
Shared/API/c/WKUserContentControllerRef.cpp
306305
Shared/API/c/WKUserContentURLPattern.cpp
307306

308307
Shared/Authentication/AuthenticationManager.cpp
@@ -449,6 +448,7 @@ set(WebKit2_SOURCES
449448
UIProcess/API/C/WKResourceCacheManager.cpp
450449
UIProcess/API/C/WKSessionStateRef.cpp
451450
UIProcess/API/C/WKTextChecker.cpp
451+
UIProcess/API/C/WKUserContentControllerRef.cpp
452452
UIProcess/API/C/WKUserMediaPermissionRequest.cpp
453453
UIProcess/API/C/WKVibration.cpp
454454
UIProcess/API/C/WKViewportAttributes.cpp

Source/WebKit2/ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2015-08-23 Csaba Osztrogonác <[email protected]>
2+
3+
Typo fix after r188842.
4+
5+
* CMakeLists.txt:
6+
17
2015-08-23 Csaba Osztrogonác <[email protected]>
28

39
Speculative buildfix after r188828.

0 commit comments

Comments
 (0)