Title: [176898] trunk/Source/WebCore
- Revision
- 176898
- Author
- [email protected]
- Date
- 2014-12-05 17:20:41 -0800 (Fri, 05 Dec 2014)
Log Message
Build fix.
* platform/spi/mac/TUCallSPI.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (176897 => 176898)
--- trunk/Source/WebCore/ChangeLog 2014-12-06 01:09:52 UTC (rev 176897)
+++ trunk/Source/WebCore/ChangeLog 2014-12-06 01:20:41 UTC (rev 176898)
@@ -1,3 +1,9 @@
+2014-12-05 Timothy Horton <[email protected]>
+
+ Build fix.
+
+ * platform/spi/mac/TUCallSPI.h:
+
2014-12-05 Roger Fong <[email protected]>
[Win] proj files copying over too many resources..
Modified: trunk/Source/WebCore/platform/spi/mac/TUCallSPI.h (176897 => 176898)
--- trunk/Source/WebCore/platform/spi/mac/TUCallSPI.h 2014-12-06 01:09:52 UTC (rev 176897)
+++ trunk/Source/WebCore/platform/spi/mac/TUCallSPI.h 2014-12-06 01:20:41 UTC (rev 176898)
@@ -28,12 +28,6 @@
#import "SoftLinking.h"
#import <objc/runtime.h>
-#if USE(APPLE_INTERNAL_SDK)
-
-#import <TelephonyUtilities/TelephonyUtilities.h>
-
-#else
-
@interface TUCall : NSObject
@end
@@ -41,8 +35,6 @@
+ (NSString *)supplementalDialTelephonyCallString;
@end
-#endif
-
SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(TelephonyUtilities)
SOFT_LINK_CLASS(TelephonyUtilities, TUCall)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes