Bug 129801 - [CMake][GTK] Add missing references to DOMURLMediaStream
Summary: [CMake][GTK] Add missing references to DOMURLMediaStream
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-06 07:29 PST by Lorenzo Tilve
Modified: 2014-03-06 08:08 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.66 KB, patch)
2014-03-06 07:33 PST, Lorenzo Tilve
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenzo Tilve 2014-03-06 07:29:22 PST
Building WebKitGTK with --gtkcmake --cmakeargs="-GNinja" is returning an error due to an undefined reference to WebCore::DOMURLMediaStream::createObjectURL

[10/119] Linking CXX shared library lib/libwebkit2gtk-3.0.so.25.7.0
FAILED: : && /usr/lib/ccache/c++  -fPIC  -std=gnu++0x -fno-omit-frame-pointer -fno-tree-dce -O3 -DNDEBUG  -Wl,--no-undefined -shared -Wl,-soname,libwebkitgtk-3.0.so.0 -o lib/libwebkitgtk-3.0.so.0.22.0 @CMakeFiles/WebKit.rsp  && :
lib/../Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSDOMURL.cpp.o: In function `WebCore::jsDOMURLConstructorFunctionCreateObjectURL(JSC::ExecState*)':
JSDOMURL.cpp:(.text+0x671): undefined reference to `WebCore::DOMURLMediaStream::createObjectURL(WebCore::ScriptExecutionContext*, WebCore::MediaStream*)'
collect2: error: ld returned 1 exit status
Comment 1 Lorenzo Tilve 2014-03-06 07:33:47 PST
Created attachment 225991 [details]
Patch
Comment 2 Martin Robinson 2014-03-06 07:37:01 PST
Comment on attachment 225991 [details]
Patch

Thanks!
Comment 3 WebKit Commit Bot 2014-03-06 08:08:07 PST
Comment on attachment 225991 [details]
Patch

Clearing flags on attachment: 225991

Committed r165192: <http://trac.webkit.org/changeset/165192>
Comment 4 WebKit Commit Bot 2014-03-06 08:08:11 PST
All reviewed patches have been landed.  Closing bug.