Title: [288961] trunk/Source/WebKit
Revision
288961
Author
wenson_hs...@apple.com
Date
2022-02-02 10:14:25 -0800 (Wed, 02 Feb 2022)

Log Message

Unreviewed, fix the macOS build after r288956
https://bugs.webkit.org/show_bug.cgi?id=235991

* UIProcess/Cocoa/WebViewImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (288960 => 288961)


--- trunk/Source/WebKit/ChangeLog	2022-02-02 18:10:50 UTC (rev 288960)
+++ trunk/Source/WebKit/ChangeLog	2022-02-02 18:14:25 UTC (rev 288961)
@@ -1,3 +1,10 @@
+2022-02-02  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Unreviewed, fix the macOS build after r288956
+        https://bugs.webkit.org/show_bug.cgi?id=235991
+
+        * UIProcess/Cocoa/WebViewImpl.h:
+
 2022-02-02  Per Arne Vollan  <pvol...@apple.com>
 
         [iOS][WP] Add access in sandbox to Mach message

Modified: trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.h (288960 => 288961)


--- trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.h	2022-02-02 18:10:50 UTC (rev 288960)
+++ trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.h	2022-02-02 18:14:25 UTC (rev 288961)
@@ -741,7 +741,7 @@
 #endif
 
 #if ENABLE(IMAGE_ANALYSIS)
-    PlatformImageAnalyzer *ensureImageAnalyzer();
+    CocoaImageAnalyzer *ensureImageAnalyzer();
 #endif
 
     WeakObjCPtr<NSView<WebViewImplDelegate>> m_view;
@@ -886,7 +886,7 @@
 
 #if ENABLE(IMAGE_ANALYSIS)
     RefPtr<WorkQueue> m_imageAnalyzerQueue;
-    RetainPtr<PlatformImageAnalyzer> m_imageAnalyzer;
+    RetainPtr<CocoaImageAnalyzer> m_imageAnalyzer;
 #endif
 
 #if HAVE(TRANSLATION_UI_SERVICES) && ENABLE(CONTEXT_MENUS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to