Bug 147116 - Fix the !ENABLE(VIDEO) build after r186396
Summary: Fix the !ENABLE(VIDEO) build after r186396
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 146554
  Show dependency treegraph
 
Reported: 2015-07-20 11:47 PDT by Csaba Osztrogonác
Modified: 2015-07-20 12:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2015-07-20 11:48 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-07-20 11:47:08 PDT
http://trac.webkit.org/changeset/186396 broke the !ENABLE(VIDEO) build:

Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebProcess.cpp.o:WebProcess.cpp:function WebKit::WebProcess::didClose(IPC::Connection&): error: undefined reference to 'WebCore::PlatformMediaSessionManager::sharedManager()'
Source/WebKit2/CMakeFiles/WebKit2.dir/WebProcess/WebProcess.cpp.o:WebProcess.cpp:function WebKit::WebProcess::didClose(IPC::Connection&): error: undefined reference to 'WebCore::PlatformMediaSessionManager::stopAllMediaPlaybackForProcess()'
Comment 1 Csaba Osztrogonác 2015-07-20 11:48:12 PDT
Created attachment 257112 [details]
Patch
Comment 2 Brent Fulgham 2015-07-20 12:04:46 PDT
Comment on attachment 257112 [details]
Patch

r=me.
Comment 3 WebKit Commit Bot 2015-07-20 12:52:13 PDT
Comment on attachment 257112 [details]
Patch

Clearing flags on attachment: 257112

Committed r187029: <http://trac.webkit.org/changeset/187029>
Comment 4 WebKit Commit Bot 2015-07-20 12:52:17 PDT
All reviewed patches have been landed.  Closing bug.