Title: [209940] trunk/Source/WebCore
Revision
209940
Author
jer.no...@apple.com
Date
2016-12-16 14:33:00 -0800 (Fri, 16 Dec 2016)

Log Message

Follow-up build fix after r209936; also rename MockCDM -> LegacyMockCDM in
CMakeLists.txt.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (209939 => 209940)


--- trunk/Source/WebCore/CMakeLists.txt	2016-12-16 22:29:19 UTC (rev 209939)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-12-16 22:33:00 UTC (rev 209940)
@@ -3029,7 +3029,7 @@
         Modules/encryptedmedia/legacy/WebKitMediaKeys.cpp
     )
     list(APPEND WebCoreTestSupport_SOURCES
-        testing/MockCDM.cpp
+        testing/LegacyMockCDM.cpp
     )
     list(APPEND WebCore_IDL_FILES
         Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.idl

Modified: trunk/Source/WebCore/ChangeLog (209939 => 209940)


--- trunk/Source/WebCore/ChangeLog	2016-12-16 22:29:19 UTC (rev 209939)
+++ trunk/Source/WebCore/ChangeLog	2016-12-16 22:33:00 UTC (rev 209940)
@@ -1,3 +1,10 @@
+2016-12-16  Jer Noble  <jer.no...@apple.com>
+
+        Follow-up build fix after r209936; also rename MockCDM -> LegacyMockCDM in
+        CMakeLists.txt.
+
+        * CMakeLists.txt:
+
 2016-12-16  Sam Weinig  <s...@webkit.org>
 
         [Bindings] Remove use of Dictionary/ArrayValue in CDMSessionClearKey
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to