Title: [121333] trunk/Source/WebCore
Revision
121333
Author
[email protected]
Date
2012-06-27 02:26:03 -0700 (Wed, 27 Jun 2012)

Log Message

Unreviewed, rolling out r121271.
http://trac.webkit.org/changeset/121271
https://bugs.webkit.org/show_bug.cgi?id=90056

Broke a whole bunch of tests and also caused crashes in some
tests (Requested by rniwa on #webkit).

Patch by Sheriff Bot <[email protected]> on 2012-06-27

* editing/Editor.cpp:
(WebCore::Editor::markAndReplaceFor):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121332 => 121333)


--- trunk/Source/WebCore/ChangeLog	2012-06-27 09:19:15 UTC (rev 121332)
+++ trunk/Source/WebCore/ChangeLog	2012-06-27 09:26:03 UTC (rev 121333)
@@ -1,3 +1,15 @@
+2012-06-27  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r121271.
+        http://trac.webkit.org/changeset/121271
+        https://bugs.webkit.org/show_bug.cgi?id=90056
+
+        Broke a whole bunch of tests and also caused crashes in some
+        tests (Requested by rniwa on #webkit).
+
+        * editing/Editor.cpp:
+        (WebCore::Editor::markAndReplaceFor):
+
 2012-06-27  Zan Dobersek  <[email protected]>
 
         [Gtk] Add support for the Gamepad API

Modified: trunk/Source/WebCore/editing/Editor.cpp (121332 => 121333)


--- trunk/Source/WebCore/editing/Editor.cpp	2012-06-27 09:19:15 UTC (rev 121332)
+++ trunk/Source/WebCore/editing/Editor.cpp	2012-06-27 09:26:03 UTC (rev 121333)
@@ -2085,7 +2085,7 @@
             if (result->type == TextCheckingTypeLink && selectionOffset > resultLocation + resultLength + 1)
                 continue;
 
-            if (!(shouldPerformReplacement || shouldCheckForCorrection || shouldMarkLink) || !doReplacement)
+            if (!(shouldPerformReplacement || shouldShowCorrectionPanel || shouldMarkLink) || !doReplacement)
                 continue;
 
             String replacedString = plainText(rangeToReplace.get());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to