Title: [213482] trunk/Source
Revision
213482
Author
aakash_j...@apple.com
Date
2017-03-06 17:39:52 -0800 (Mon, 06 Mar 2017)

Log Message

Make WKMenuItemIdentifiersPrivate.h private header
https://bugs.webkit.org/show_bug.cgi?id=168981

Reviewed by Tim Horton.

Source/WebCore:

* platform/spi/mac/NSMenuSPI.h: NSUserInterfaceItemIdentification is in the public header in recent SDKs.

Source/WebKit2:

* WebKit2.xcodeproj/project.pbxproj: Made WKMenuItemIdentifiersPrivate.h private.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (213481 => 213482)


--- trunk/Source/WebCore/ChangeLog	2017-03-07 01:39:30 UTC (rev 213481)
+++ trunk/Source/WebCore/ChangeLog	2017-03-07 01:39:52 UTC (rev 213482)
@@ -1,3 +1,12 @@
+2017-03-06  Aakash Jain  <aakash_j...@apple.com>
+
+        Make WKMenuItemIdentifiersPrivate.h private header
+        https://bugs.webkit.org/show_bug.cgi?id=168981
+
+        Reviewed by Tim Horton.
+
+        * platform/spi/mac/NSMenuSPI.h: NSUserInterfaceItemIdentification is in the public header in recent SDKs.
+
 2017-03-06  Dave Hyatt  <hy...@apple.com>
 
         REGRESSION: Block no longer shrinks to preferred width in this flex box layout

Modified: trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h (213481 => 213482)


--- trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h	2017-03-07 01:39:30 UTC (rev 213481)
+++ trunk/Source/WebCore/platform/spi/mac/NSMenuSPI.h	2017-03-07 01:39:52 UTC (rev 213482)
@@ -44,7 +44,12 @@
 
 @class QLPreviewMenuItem;
 
+#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200
 @interface NSMenuItem () <NSUserInterfaceItemIdentification>
+#else 
+@interface NSMenuItem ()
+#endif
+
 + (QLPreviewMenuItem *)standardQuickLookMenuItem;
 + (NSMenuItem *)standardShareMenuItemForItems:(NSArray *)items;
 @end

Modified: trunk/Source/WebKit2/ChangeLog (213481 => 213482)


--- trunk/Source/WebKit2/ChangeLog	2017-03-07 01:39:30 UTC (rev 213481)
+++ trunk/Source/WebKit2/ChangeLog	2017-03-07 01:39:52 UTC (rev 213482)
@@ -1,3 +1,12 @@
+2017-03-06  Aakash Jain  <aakash_j...@apple.com>
+
+        Make WKMenuItemIdentifiersPrivate.h private header
+        https://bugs.webkit.org/show_bug.cgi?id=168981
+
+        Reviewed by Tim Horton.
+
+        * WebKit2.xcodeproj/project.pbxproj: Made WKMenuItemIdentifiersPrivate.h private.
+
 2017-03-06  Alexey Proskuryakov  <a...@apple.com>
 
         Replace -sub_umbrella linker flag with a build setting

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (213481 => 213482)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2017-03-07 01:39:30 UTC (rev 213481)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2017-03-07 01:39:52 UTC (rev 213482)
@@ -402,7 +402,7 @@
 		1AB31A9616BC688100F6DBC9 /* StorageManagerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AB31A9416BC688100F6DBC9 /* StorageManagerMessageReceiver.cpp */; };
 		1AB31A9716BC688100F6DBC9 /* StorageManagerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB31A9516BC688100F6DBC9 /* StorageManagerMessages.h */; };
 		1AB40EE51BF677E300BA81BE /* WKMenuItemIdentifiers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40EE31BF677E300BA81BE /* WKMenuItemIdentifiers.mm */; };
-		1AB40EE61BF677E300BA81BE /* WKMenuItemIdentifiersPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB40EE41BF677E300BA81BE /* WKMenuItemIdentifiersPrivate.h */; };
+		1AB40EE61BF677E300BA81BE /* WKMenuItemIdentifiersPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB40EE41BF677E300BA81BE /* WKMenuItemIdentifiersPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		1AB474D8184D43FD0051B622 /* WKBundlePageLoaderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB474D7184D43FD0051B622 /* WKBundlePageLoaderClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		1AB474DA184D44250051B622 /* WKBundlePageResourceLoadClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB474D9184D44250051B622 /* WKBundlePageResourceLoadClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		1AB474DE184D44590051B622 /* WKBundlePageUIClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AB474DD184D44590051B622 /* WKBundlePageUIClient.h */; settings = {ATTRIBUTES = (Private, ); }; };
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to