Title: [97792] trunk/Source/WebKit2
Revision
97792
Author
infe...@chromium.org
Date
2011-10-18 15:04:53 -0700 (Tue, 18 Oct 2011)

Log Message

Unreviewed, rolling out r97788.
http://trac.webkit.org/changeset/97788
https://bugs.webkit.org/show_bug.cgi?id=70366

broke compile (Requested by inferno-sec on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2011-10-18

* UIProcess/API/mac/WKView.mm:
* UIProcess/API/mac/WKViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (97791 => 97792)


--- trunk/Source/WebKit2/ChangeLog	2011-10-18 21:57:59 UTC (rev 97791)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-18 22:04:53 UTC (rev 97792)
@@ -1,3 +1,14 @@
+2011-10-18  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r97788.
+        http://trac.webkit.org/changeset/97788
+        https://bugs.webkit.org/show_bug.cgi?id=70366
+
+        broke compile (Requested by inferno-sec on #webkit).
+
+        * UIProcess/API/mac/WKView.mm:
+        * UIProcess/API/mac/WKViewPrivate.h:
+
 2011-10-18  Damian Kaleta  <dkal...@apple.com>
 
         Add WebKit API to hide the definition window

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (97791 => 97792)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2011-10-18 21:57:59 UTC (rev 97791)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm	2011-10-18 22:04:53 UTC (rev 97792)
@@ -2653,11 +2653,6 @@
     _data->_page->performDictionaryLookupAtLocation(FloatPoint(thePoint.x, thePoint.y));
 }
 
-- (void)hideWordDefinitionWindow
-{
-    WKHideWordDefinitionWindow();
-}
-
 - (NSInteger)spellCheckerDocumentTag
 {
     if (!_data->_hasSpellCheckerDocumentTag) {

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h (97791 => 97792)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2011-10-18 21:57:59 UTC (rev 97791)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2011-10-18 22:04:53 UTC (rev 97792)
@@ -34,7 +34,6 @@
 - (BOOL)frameSizeUpdatesDisabled;
 
 - (void)performDictionaryLookupAtCurrentMouseLocation;
-- (void)hideWordDefinitionWindow;
 
 - (NSInteger)spellCheckerDocumentTag;
 - (void)handleCorrectionPanelResult:(NSString*)result;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to