WebPolicyDelegate declared where?

2012-11-01 Thread Gerriet M. Denkmann
My app delegate (Mac OS X) looks like this: #import WebKit/WebKit.h @interface MyAppDelegate : NSObject NSApplicationDelegate, WebPolicyDelegate But Xcode (4.5.1) complains: Cannot find protocol declarations for WebPolicyDelegate. What am I doing wrong? Gerriet.

Re: WebPolicyDelegate declared where?

2012-11-01 Thread Mike Abdullah
WebPolicyDelegate is still not a formal protocol. There is nothing for you to declare conformance to. On 1 Nov 2012, at 07:44, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: My app delegate (Mac OS X) looks like this: #import WebKit/WebKit.h @interface MyAppDelegate : NSObject