Bug 147116

Summary: Fix the !ENABLE(VIDEO) build after r186396
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, bfulgham, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 146554    
Attachments:
Description Flags
Patch none

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.