Correct a typo in the setApplicationChromeModeEnabledEnabled:
        method name, remove the extra "Enabled".

        * WebView/WebPreferences.mm:
        * WebView/WebPreferencesPrivate.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@36126 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/WebView/WebPreferences.mm b/WebKit/mac/WebView/WebPreferences.mm
index 4e00219..cf51bf5 100644
--- a/WebKit/mac/WebView/WebPreferences.mm
+++ b/WebKit/mac/WebView/WebPreferences.mm
@@ -770,7 +770,7 @@
     return [self _boolValueForKey:WebKitApplicationChromeModeEnabledPreferenceKey];
 }
 
-- (void)setApplicationChromeModeEnabledEnabled:(BOOL)flag
+- (void)setApplicationChromeModeEnabled:(BOOL)flag
 {
     [self _setBoolValue:flag forKey:WebKitApplicationChromeModeEnabledPreferenceKey];
 }