Make the "Inspect Element" context menu item appear in nightly builds again.
authortimothy@apple.com <timothy@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Jul 2012 00:27:20 +0000 (00:27 +0000)
committertimothy@apple.com <timothy@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 2 Jul 2012 00:27:20 +0000 (00:27 +0000)
commit900abb6af96975383ab472b2f081a211ab09dfe7
tree586f4c8781637cffdea30d30abe96b521e5c881e
parent32d65d71564648670ce6f67d9cbd5c6427d4e082
Make the "Inspect Element" context menu item appear in nightly builds again.

rdar://problem/11702613
https://webkit.org/b/89323

Reviewed by Dan Bernstein.

Source/WebCore:

* platform/ContextMenuItem.h:
Fix the order of the ContextMenuAction enum to be binary compatible with
older versions of WebKit.

Source/WebKit/mac:

* WebView/WebUIDelegatePrivate.h:
Add missing enums that were added in ContextMenuItem.h but left out here.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121646 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/platform/ContextMenuItem.h
Source/WebKit/mac/ChangeLog
Source/WebKit/mac/WebView/WebUIDelegatePrivate.h