Title: [161765] trunk/Source/WebCore
Revision
161765
Author
simon.fra...@apple.com
Date
2014-01-11 08:58:32 -0800 (Sat, 11 Jan 2014)

Log Message

Fix DOM headers: TARGET_OS_EMBEDDED -> TARGET_OS_IPHONE
and a drive-by cleanup of DOMUIKitExtensions.mm #includes.

* bindings/objc/DOMPrivate.h:
* bindings/objc/DOMUIKitExtensions.h:
* bindings/objc/DOMUIKitExtensions.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161764 => 161765)


--- trunk/Source/WebCore/ChangeLog	2014-01-11 16:29:08 UTC (rev 161764)
+++ trunk/Source/WebCore/ChangeLog	2014-01-11 16:58:32 UTC (rev 161765)
@@ -1,5 +1,14 @@
 2014-01-11  Simon Fraser  <simon.fra...@apple.com>
 
+        Fix DOM headers: TARGET_OS_EMBEDDED -> TARGET_OS_IPHONE
+        and a drive-by cleanup of DOMUIKitExtensions.mm #includes.
+
+        * bindings/objc/DOMPrivate.h:
+        * bindings/objc/DOMUIKitExtensions.h:
+        * bindings/objc/DOMUIKitExtensions.mm:
+
+2014-01-11  Simon Fraser  <simon.fra...@apple.com>
+
         Fix use of GL_HALF_FLOAT_ARB on iOS.
 
         * platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:

Modified: trunk/Source/WebCore/bindings/objc/DOMPrivate.h (161764 => 161765)


--- trunk/Source/WebCore/bindings/objc/DOMPrivate.h	2014-01-11 16:29:08 UTC (rev 161764)
+++ trunk/Source/WebCore/bindings/objc/DOMPrivate.h	2014-01-11 16:58:32 UTC (rev 161765)
@@ -150,4 +150,4 @@
 - (void)setValueWithChangeEvent:(NSString *)newValue;
 - (void)setValueAsNumberWithChangeEvent:(double)newValueAsNumber;
 @end
-#endif // defined(TARGET_OS_EMBEDDED) && TARGET_OS_EMBEDDED
+#endif // TARGET_OS_IPHONE

Modified: trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.h (161764 => 161765)


--- trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.h	2014-01-11 16:29:08 UTC (rev 161764)
+++ trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.h	2014-01-11 16:58:32 UTC (rev 161765)
@@ -24,7 +24,7 @@
  *
  */
 
-#if defined(TARGET_OS_EMBEDDED) && TARGET_OS_EMBEDDED
+#if TARGET_OS_IPHONE
 
 #import <WebCore/DOMElement.h>
 #import <WebCore/DOMExtensions.h>
@@ -86,4 +86,4 @@
 - (int)structuralComplexityContribution; // Does not include children.
 @end
 
-#endif // defined(TARGET_OS_EMBEDDED) && TARGET_OS_EMBEDDED
+#endif // TARGET_OS_IPHONE

Modified: trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.mm (161764 => 161765)


--- trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.mm	2014-01-11 16:29:08 UTC (rev 161764)
+++ trunk/Source/WebCore/bindings/objc/DOMUIKitExtensions.mm	2014-01-11 16:58:32 UTC (rev 161765)
@@ -27,7 +27,7 @@
 #if PLATFORM(IOS)
 
 #import "config.h"
-#import "htmlediting.h"
+#import "DOMUIKitExtensions.h"
 
 #import "CachedImage.h"
 #import "DOM.h"
@@ -41,11 +41,11 @@
 #import "DOMInternal.h"
 #import "DOMNodeInternal.h"
 #import "DOMRangeInternal.h"
-#import "DOMUIKitExtensions.h"
 #import "FloatPoint.h"
 #import "Font.h"
 #import "FrameSelection.h"
 #import "HTMLAreaElement.h"
+#import "htmlediting.h"
 #import "HTMLImageElement.h"
 #import "HTMLInputElement.h"
 #import "HTMLSelectElement.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to