Title: [176417] trunk/Source/WebCore
Revision
176417
Author
[email protected]
Date
2014-11-20 14:23:30 -0800 (Thu, 20 Nov 2014)

Log Message

Remove a piece of DataDetectors SPI that we aren't using anymore
https://bugs.webkit.org/show_bug.cgi?id=138917

Reviewed by Beth Dakin.

* platform/spi/mac/DataDetectorsSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (176416 => 176417)


--- trunk/Source/WebCore/ChangeLog	2014-11-20 22:17:22 UTC (rev 176416)
+++ trunk/Source/WebCore/ChangeLog	2014-11-20 22:23:30 UTC (rev 176417)
@@ -1,3 +1,12 @@
+2014-11-20  Tim Horton  <[email protected]>
+
+        Remove a piece of DataDetectors SPI that we aren't using anymore
+        https://bugs.webkit.org/show_bug.cgi?id=138917
+
+        Reviewed by Beth Dakin.
+
+        * platform/spi/mac/DataDetectorsSPI.h:
+
 2014-11-20  Beth Dakin  <[email protected]>
 
         Invalid message WebPageProxy.DidPerformDictionaryLookup on Google stocks result

Modified: trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h (176416 => 176417)


--- trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h	2014-11-20 22:17:22 UTC (rev 176416)
+++ trunk/Source/WebCore/platform/spi/mac/DataDetectorsSPI.h	2014-11-20 22:23:30 UTC (rev 176417)
@@ -66,7 +66,6 @@
 @property NSRect highlightFrame;
 @property (retain) NSArray *allResults;
 @property (retain) __attribute__((NSObject)) DDResultRef mainResult;
-@property (copy) void (^completionHandler)(void);
 @property (assign) BOOL forActionMenuContent;
 
 - (DDActionContext *)contextForView:(NSView *)view altMode:(BOOL)altMode interactionStartedHandler:(void (^)(void))interactionStartedHandler interactionChangedHandler:(void (^)(void))interactionChangedHandler interactionStoppedHandler:(void (^)(void))interactionStoppedHandler;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to