summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Misc/WebNSArrayExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Misc/WebNSArrayExtras.h')
-rw-r--r--WebKit/mac/Misc/WebNSArrayExtras.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/WebKit/mac/Misc/WebNSArrayExtras.h b/WebKit/mac/Misc/WebNSArrayExtras.h
index 5e3294d..a69a694 100644
--- a/WebKit/mac/Misc/WebNSArrayExtras.h
+++ b/WebKit/mac/Misc/WebNSArrayExtras.h
@@ -26,8 +26,15 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#import "WebTypesInternal.h"
#import <Cocoa/Cocoa.h>
+@interface NSArray (WebNSArrayExtras)
+
+-(NSNumber *)_webkit_numberAtIndex:(NSUInteger)index;
+-(NSString *)_webkit_stringAtIndex:(NSUInteger)index;
+
+@end
@interface NSMutableArray (WebNSArrayExtras)