Title: [149215] tags/Safari-537.39.1/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm
Revision
149215
Author
mr...@apple.com
Date
2013-04-26 15:15:52 -0700 (Fri, 26 Apr 2013)

Log Message

Build fix.

Modified Paths


Diff

Modified: tags/Safari-537.39.1/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm (149214 => 149215)


--- tags/Safari-537.39.1/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm	2013-04-26 22:15:50 UTC (rev 149214)
+++ tags/Safari-537.39.1/Source/WebKit/mac/WebCoreSupport/WebEditorClient.mm	2013-04-26 22:15:52 UTC (rev 149215)
@@ -889,7 +889,7 @@
     }
     NSRange grammarRange = NSMakeRange(grammarDetail.location, grammarDetail.length);
     NSString* grammarUserDescription = grammarDetail.userDescription;
-    NSMutableDictionary* grammarDetailDict = [NSDictionary dictionaryWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections, NSGrammarCorrections, nil];
+    NSDictionary* grammarDetailDict = [NSDictionary dictionaryWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections, NSGrammarCorrections, nil];
     
     [[NSSpellChecker sharedSpellChecker] updateSpellingPanelWithGrammarString:badGrammarPhrase detail:grammarDetailDict];
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to