Title: [241101] branches/safari-607-branch/Tools/WebKitTestRunner
- Revision
- 241101
- Author
- [email protected]
- Date
- 2019-02-06 14:18:34 -0800 (Wed, 06 Feb 2019)
Log Message
Unreviewed build fix. rdar://problem/47810458
Modified Paths
Diff
Modified: branches/safari-607-branch/Tools/WebKitTestRunner/TestController.h (241100 => 241101)
--- branches/safari-607-branch/Tools/WebKitTestRunner/TestController.h 2019-02-06 22:18:32 UTC (rev 241100)
+++ branches/safari-607-branch/Tools/WebKitTestRunner/TestController.h 2019-02-06 22:18:34 UTC (rev 241101)
@@ -280,8 +280,6 @@
bool isDoingMediaCapture() const;
- bool isDoingMediaCapture() const;
-
private:
WKRetainPtr<WKPageConfigurationRef> generatePageConfiguration(WKContextConfigurationRef);
WKRetainPtr<WKContextConfigurationRef> generateContextConfiguration() const;
Modified: branches/safari-607-branch/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm (241100 => 241101)
--- branches/safari-607-branch/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm 2019-02-06 22:18:32 UTC (rev 241100)
+++ branches/safari-607-branch/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm 2019-02-06 22:18:34 UTC (rev 241101)
@@ -391,13 +391,4 @@
#endif
}
-bool TestController::isDoingMediaCapture() const
-{
-#if WK_API_ENABLED
- return m_mainWebView->platformView()._mediaCaptureState != _WKMediaCaptureStateNone;
-#else
- return false;
-#endif
-}
-
} // namespace WTR
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes