summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebInspector/WebInspectorPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebInspector/WebInspectorPrivate.h')
-rw-r--r--WebKit/mac/WebInspector/WebInspectorPrivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/mac/WebInspector/WebInspectorPrivate.h b/WebKit/mac/WebInspector/WebInspectorPrivate.h
index d18f804..df1e286 100644
--- a/WebKit/mac/WebInspector/WebInspectorPrivate.h
+++ b/WebKit/mac/WebInspector/WebInspectorPrivate.h
@@ -30,6 +30,9 @@
#import <WebKit/WebInspector.h>
+@class WebInspectorFrontend;
+
@interface WebInspector (WebPrivate)
- (void)evaluateInFrontend:(id)sender callId:(long)callId script:(NSString *)script;
+- (void)setFrontend:(WebInspectorFrontend *)frontend;
@end