[webkit-reviews] review denied: [Bug 121940] [MediaStream API] update MediaStreamTrack object to match spec : [Attachment 213600] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 7 10:13:33 PDT 2013


Philippe Normand <pnormand at igalia.com> has denied Eric Carlson
<eric.carlson at apple.com>'s request for review:
Bug 121940: [MediaStream API] update MediaStreamTrack object to match spec
https://bugs.webkit.org/show_bug.cgi?id=121940

Attachment 213600: Updated patch
https://bugs.webkit.org/attachment.cgi?id=213600&action=review

------- Additional Comments from Philippe Normand <pnormand at igalia.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=213600&action=review


Here are the few issues I found when trying to build this patch on GTK (without
--media-stream)

> Source/WebCore/GNUmakefile.list.am:473
> +	DerivedSources/WebCore/JSMediaSourceStatesCustom.cpp \

That path is incorrect and the file should be listed in webcore_sources

> Source/WebCore/GNUmakefile.list.am:482
> +	DerivedSources/WebCore/JSMediaStreamCapabilitiesCustom.cpp \

Ditto

> Source/WebCore/GNUmakefile.list.am:5372
> +	Source/WebCore/platform/mediastream/MediaStreamAudioSource.cpp \
> +	Source/WebCore/platform/mediastream/MediaStreamAudioSource.h \

The files are in Modules/webaudio

> Source/WebCore/bindings/js/JSMediaStreamCapabilitiesCustom.cpp:51
> +#endif // ENABLE(MEDIA_STREAM)

Misplaced #endif


More information about the webkit-reviews mailing list