Title: [193778] trunk/Source/WebKit/mac
Revision
193778
Author
[email protected]
Date
2015-12-08 13:07:46 -0800 (Tue, 08 Dec 2015)

Log Message

Follow-up to:
Add support for WebViewAdditions
https://bugs.webkit.org/show_bug.cgi?id=151967

Rubber-stamped by Dan Bernstein.

We should use the Web prefix for all category names.
* WebView/WebView.mm:
(-[WebView updateWebViewAdditions]):
* WebView/WebViewInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (193777 => 193778)


--- trunk/Source/WebKit/mac/ChangeLog	2015-12-08 21:05:27 UTC (rev 193777)
+++ trunk/Source/WebKit/mac/ChangeLog	2015-12-08 21:07:46 UTC (rev 193778)
@@ -1,3 +1,16 @@
+2015-12-08  Beth Dakin  <[email protected]>
+
+        Follow-up to:
+        Add support for WebViewAdditions
+        https://bugs.webkit.org/show_bug.cgi?id=151967
+
+        Rubber-stamped by Dan Bernstein.
+
+        We should use the Web prefix for all category names.
+        * WebView/WebView.mm:
+        (-[WebView updateWebViewAdditions]):
+        * WebView/WebViewInternal.h:
+
 2015-12-08  Eric Carlson  <[email protected]>
 
         [MediaStream] Rename UserMediaClient and UserMediaController methods

Modified: trunk/Source/WebKit/mac/WebView/WebView.mm (193777 => 193778)


--- trunk/Source/WebKit/mac/WebView/WebView.mm	2015-12-08 21:05:27 UTC (rev 193777)
+++ trunk/Source/WebKit/mac/WebView/WebView.mm	2015-12-08 21:07:46 UTC (rev 193778)
@@ -6602,7 +6602,7 @@
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101200 && USE(APPLE_INTERNAL_SDK)
 #import <WebKitAdditions/WebViewAdditions.mm>
 #else
-@implementation WebView (UpdateWebViewAdditions)
+@implementation WebView (WebUpdateWebViewAdditions)
 
 - (void)updateWebViewAdditions
 {

Modified: trunk/Source/WebKit/mac/WebView/WebViewInternal.h (193777 => 193778)


--- trunk/Source/WebKit/mac/WebView/WebViewInternal.h	2015-12-08 21:05:27 UTC (rev 193777)
+++ trunk/Source/WebKit/mac/WebView/WebViewInternal.h	2015-12-08 21:07:46 UTC (rev 193778)
@@ -291,6 +291,6 @@
 
 @end
 
-@interface WebView (UpdateWebViewAdditions)
+@interface WebView (WebUpdateWebViewAdditions)
 - (void)updateWebViewAdditions;
 @end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to