]> git.saurik.com Git - cycript.git/commitdiff
Do not rely on WebKit/WebCore for WebUndefined.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 07:41:44 +0000 (00:41 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 23 Jun 2013 07:42:12 +0000 (00:42 -0700)
ObjectiveC/Library.mm
configure.ac

index 24269e2e9f4a3434900418305449c67095ba937a..59006c75fd08f68c07bbe3d4a546e85cd3e6c5eb 100644 (file)
@@ -32,7 +32,6 @@
 #ifdef __APPLE__
 #include <CoreFoundation/CoreFoundation.h>
 #include <JavaScriptCore/JSStringRefCF.h>
-#include <WebKit/WebScriptObject.h>
 #include <objc/runtime.h>
 #endif
 
@@ -570,7 +569,6 @@ struct PropertyAttributes {
 };
 #endif
 
-#ifndef __APPLE__
 @interface CYWebUndefined : NSObject {
 }
 
@@ -588,7 +586,6 @@ struct PropertyAttributes {
 @end
 
 #define WebUndefined CYWebUndefined
-#endif
 
 /* Bridge: CYJSObject {{{ */
 @interface CYJSObject : NSMutableDictionary {
index a68e4a147cd0422d085cd6c2c22be8ea2e804d18..85a68e434a35b21147d7675e49ff79717aed6faa 100644 (file)
@@ -234,10 +234,6 @@ AS_CASE([$CY_EXECUTE], [1], [
             AC_CHECK_FRAMEWORK([Foundation], [
                 #include <Foundation/NSObject.h>
             ], [[[[NSObject alloc] init];]])
-
-            AC_CHECK_FRAMEWORK([WebKit], [
-                #include <WebKit/WebScriptObject.h>
-            ], [[[[WebScriptObject alloc] init];]])
         ], [
             AC_ARG_VAR([GNUSTEP_CONFIG], [prints information about the current gnustep installation])
             AC_CHECK_PROGS([GNUSTEP_CONFIG], [gnustep-config])