diff options
Diffstat (limited to 'WebKit/mac/WebInspector/WebInspectorPrivate.h')
| -rw-r--r-- | WebKit/mac/WebInspector/WebInspectorPrivate.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WebKit/mac/WebInspector/WebInspectorPrivate.h b/WebKit/mac/WebInspector/WebInspectorPrivate.h index c82bb92..df1e286 100644 --- a/WebKit/mac/WebInspector/WebInspectorPrivate.h +++ b/WebKit/mac/WebInspector/WebInspectorPrivate.h @@ -28,8 +28,11 @@ // This header contains the WebInspector SPI. -#import "WebInspector.h" +#import <WebKit/WebInspector.h> + +@class WebInspectorFrontend; @interface WebInspector (WebPrivate) - (void)evaluateInFrontend:(id)sender callId:(long)callId script:(NSString *)script; +- (void)setFrontend:(WebInspectorFrontend *)frontend; @end |
