Support iconUrl of w3c Notification
[framework/web/webkit-efl.git] / Source / WebCore / UseJSC.cmake
index 7bab607..6e07923 100644 (file)
@@ -287,6 +287,12 @@ IF (ENABLE_TIZEN_MEDIA_STREAM)
     )
 ENDIF ()
 
+IF (ENABLE_TIZEN_MEDIA_STREAM_RECORDER)
+    LIST(APPEND WebCore_SOURCES
+        bindings/js/JSMediaStreamCustom.cpp
+    )
+ENDIF ()
+
 IF (ENABLE_VIDEO_TRACK)
     LIST(APPEND WebCore_SOURCES
         bindings/js/JSTextTrackCueCustom.cpp