Title: [175816] trunk/Source/WebCore
Revision
175816
Author
[email protected]
Date
2014-11-10 11:35:40 -0800 (Mon, 10 Nov 2014)

Log Message

Speculative build fix.

* editing/DictionaryLookup.h:
* editing/DictionaryLookup.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (175815 => 175816)


--- trunk/Source/WebCore/ChangeLog	2014-11-10 19:34:11 UTC (rev 175815)
+++ trunk/Source/WebCore/ChangeLog	2014-11-10 19:35:40 UTC (rev 175816)
@@ -1,3 +1,10 @@
+2014-11-10  Beth Dakin  <[email protected]>
+
+        Speculative build fix.
+
+        * editing/DictionaryLookup.h:
+        * editing/DictionaryLookup.mm:
+
 2014-11-10  Chris Dumez  <[email protected]>
 
         Move 'text-indent' CSS property to the new StyleBuilder

Modified: trunk/Source/WebCore/editing/DictionaryLookup.h (175815 => 175816)


--- trunk/Source/WebCore/editing/DictionaryLookup.h	2014-11-10 19:34:11 UTC (rev 175815)
+++ trunk/Source/WebCore/editing/DictionaryLookup.h	2014-11-10 19:35:40 UTC (rev 175816)
@@ -26,6 +26,8 @@
 #ifndef DictionaryLookup_h
 #define DictionaryLookup_h
 
+#if !PLATFORM(IOS)
+
 #include <wtf/PassRefPtr.h>
 
 @class NSDictionary;
@@ -48,4 +50,6 @@
 
 } // namespace WebCore
 
+#endif // !PLATFORM(IOS)
+
 #endif // DictionaryLookup_h

Modified: trunk/Source/WebCore/editing/DictionaryLookup.mm (175815 => 175816)


--- trunk/Source/WebCore/editing/DictionaryLookup.mm	2014-11-10 19:34:11 UTC (rev 175815)
+++ trunk/Source/WebCore/editing/DictionaryLookup.mm	2014-11-10 19:35:40 UTC (rev 175816)
@@ -26,6 +26,8 @@
 #import "config.h"
 #import "DictionaryLookup.h"
 
+#if !PLATFORM(IOS)
+
 #import "Document.h"
 #import "FocusController.h"
 #import "Frame.h"
@@ -162,4 +164,7 @@
     return TextIterator::subrange(fullCharacterRange.get(), extractedRange.location, extractedRange.length);
 }
 
-} 
+} // namespace WebCore
+
+#endif // !PLATFORM(IOS)
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to